Html Css Color HEX #287626 Japanese Laurel

📋 copy color: '#287626'

red 40 ◦ green 118 ◦ blue 38

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

Shades of Japanese Laurel #287626

Tints of Japanese Laurel #287626

RGB

 RED value IS 40 (16.02% from 255) = 20.41%

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

 BLUE value IS 38 (15.23% from 255) = 19.39%

R = 20.41%
G = 60.2%
B = 19.39%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#287626 (or 0x287626) is known color: Japanese Laurel. HEX triplet: 28, 76 and 26. RGB value is (40,118,38). Sum of RGB (Red+Green+Blue) = 40+118+38=196 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.41% from 196); Green value is 118 (46.48% from 255 or 60.20% from 196); Blue value is 38 (15.23% from 255 or 19.39% from 196); Max value from RGB is 118 - color contains mainly: green. Hex color #287626 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287626 is #D789D9. Grayscale: #555555. Windows color (decimal): -14125530 or 2520616. OLE color: 2520616.

HSL color Cylindrical-coordinate representation of color #287626: hue angle of 118.5º 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 #287626 is Cyan = 0.66, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB 40 118 38 -
CMYK 0.66 0 0.68 0.54
HSL 118.5º 0.51% 0.31% -
HSV(B) 118.5º 0.68% 0.46% -
XYZ 7.7 13.55 4.04 -
YUV 85.56 101.16 95.5 -
System Red Green Blue C M Y K H S L
Decimal 40 118 38 0.66 0 0.68 0.54 118.5 0.51 0.31
Hex 28 76 26 42 0 44 36 76 33 1F
Octal 50 166 46 102 0 104 66 166 63 37
Binary 101000 1110110 100110 1000010 0 1000100 110110 1110110 110011 11111

Color Harmonies of #287626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287626

Black with #287626

Text Example


Text Example

White with #287626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287626; }

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

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

background-color css

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

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

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

border-color css

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

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

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