Html Css Color HEX #267629 Japanese Laurel

📋 copy color: '#267629'

red 38 ◦ green 118 ◦ blue 41

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

Shades of Japanese Laurel #267629

Tints of Japanese Laurel #267629

RGB

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

 GREEN value IS 118 (46.48% from 255) = 59.9%

 BLUE value IS 41 (16.41% from 255) = 20.81%

R = 19.29%
G = 59.9%
B = 20.81%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#267629 (or 0x267629) is known color: Japanese Laurel. HEX triplet: 26, 76 and 29. RGB value is (38,118,41). Sum of RGB (Red+Green+Blue) = 38+118+41=197 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.29% from 197); Green value is 118 (46.48% from 255 or 59.90% from 197); Blue value is 41 (16.41% from 255 or 20.81% from 197); Max value from RGB is 118 - color contains mainly: green. Hex color #267629 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267629 is #D989D6. Grayscale: #555555. Windows color (decimal): -14256599 or 2717222. OLE color: 2717222.

HSL color Cylindrical-coordinate representation of color #267629: hue angle of 122.25º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #267629 is Cyan = 0.68, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB 38 118 41 -
CMYK 0.68 0 0.65 0.54
HSL 122.25º 0.51% 0.31% -
HSV(B) 122.25º 0.68% 0.46% -
XYZ 7.68 13.53 4.3 -
YUV 85.3 103 94.26 -
System Red Green Blue C M Y K H S L
Decimal 38 118 41 0.68 0 0.65 0.54 122.25 0.51 0.31
Hex 26 76 29 44 0 41 36 7A 33 1F
Octal 46 166 51 104 0 101 66 172 63 37
Binary 100110 1110110 101001 1000100 0 1000001 110110 1111010 110011 11111

Color Harmonies of #267629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267629

Black with #267629

Text Example


Text Example

White with #267629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267629; }

 p { color: rgb(38,118,41); }

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

background-color css

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

 a { background-color: rgb(38,118,41); }

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

border-color css

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

 span { border-color: rgb(38,118,41); }

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