Html Css Color HEX #287631 Japanese Laurel

📋 copy color: '#287631'

red 40 ◦ green 118 ◦ blue 49

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

Shades of Japanese Laurel #287631

Tints of Japanese Laurel #287631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 23.67%

R = 19.32%
G = 57%
B = 23.67%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#287631 (or 0x287631) is known color: Japanese Laurel. HEX triplet: 28, 76 and 31. RGB value is (40,118,49). Sum of RGB (Red+Green+Blue) = 40+118+49=207 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.32% from 207); Green value is 118 (46.48% from 255 or 57.00% from 207); Blue value is 49 (19.53% from 255 or 23.67% from 207); Max value from RGB is 118 - color contains mainly: green. Hex color #287631 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287631 is #D789CE. Grayscale: #575757. Windows color (decimal): -14125519 or 3241512. OLE color: 3241512.

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

Color convert

RGB 40 118 49 -
CMYK 0.66 0 0.58 0.54
HSL 126.92º 0.49% 0.31% -
HSV(B) 126.92º 0.66% 0.46% -
XYZ 7.91 13.63 5.12 -
YUV 86.81 106.66 94.61 -
System Red Green Blue C M Y K H S L
Decimal 40 118 49 0.66 0 0.58 0.54 126.92 0.49 0.31
Hex 28 76 31 42 0 3A 36 7F 31 1F
Octal 50 166 61 102 0 72 66 177 61 37
Binary 101000 1110110 110001 1000010 0 111010 110110 1111111 110001 11111

Color Harmonies of #287631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287631

Black with #287631

Text Example


Text Example

White with #287631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287631; }

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

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

background-color css

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

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

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

border-color css

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

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

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