Html Css Color HEX #268635 Japanese Laurel

📋 copy color: '#268635'

red 38 ◦ green 134 ◦ blue 53

#268635
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japanese Laurel #268635

Tints of Japanese Laurel #268635

RGB

 RED value IS 38 (15.23% from 255) = 16.89%

 GREEN value IS 134 (52.73% from 255) = 59.56%

 BLUE value IS 53 (21.09% from 255) = 23.56%

R = 16.89%
G = 59.56%
B = 23.56%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.60

 K value IS 0.47

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#268635 (or 0x268635) is known color: Japanese Laurel. HEX triplet: 26, 86 and 35. RGB value is (38,134,53). Sum of RGB (Red+Green+Blue) = 38+134+53=225 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.89% from 225); Green value is 134 (52.73% from 255 or 59.56% from 225); Blue value is 53 (21.09% from 255 or 23.56% from 225); Max value from RGB is 134 - color contains mainly: green. Hex color #268635 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268635 is #D979CA. Grayscale: #606060. Windows color (decimal): -14252491 or 3507750. OLE color: 3507750.

HSL color Cylindrical-coordinate representation of color #268635: hue angle of 129.38º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #268635 is Cyan = 0.72, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB 38 134 53 -
CMYK 0.72 0 0.60 0.47
HSL 129.38º 0.56% 0.34% -
HSV(B) 129.38º 0.72% 0.53% -
XYZ 9.97 17.72 6.26 -
YUV 96.06 103.7 86.59 -
System Red Green Blue C M Y K H S L
Decimal 38 134 53 0.72 0 0.60 0.47 129.38 0.56 0.34
Hex 26 86 35 48 0 3C 2F 81 38 22
Octal 46 206 65 110 0 74 57 201 70 42
Binary 100110 10000110 110101 1001000 0 111100 101111 10000001 111000 100010

Color Harmonies of #268635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268635

Black with #268635

Text Example


Text Example

White with #268635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268635; }

 p { color: rgb(38,134,53); }

 H1.HeaderClassName
 {
   color: #268635;
 }
 .AnyTagClassName
 {
   color: #268635;
 }
</style>

background-color css

<style>
 a { background-color: #268635; }

 a { background-color: rgb(38,134,53); }

 div.DivClassName
 {
   background-color: #268635;
 }
 .BgClassName
 {
   background-color: #268635;
 }
</style>

border-color css

<style>
 span { border-color: #268635; }

 span { border-color: rgb(38,134,53); }

 td.TdClassName
 {
   border-color: #268635;
 }
 .TagClassName
 {
   border-color: #268635;
 }
</style>