Html Css Color HEX #287630 Japanese Laurel

📋 copy color: '#287630'

red 40 ◦ green 118 ◦ blue 48

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

Shades of Japanese Laurel #287630

Tints of Japanese Laurel #287630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 23.3%

R = 19.42%
G = 57.28%
B = 23.3%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#287630 (or 0x287630) is known color: Japanese Laurel. HEX triplet: 28, 76 and 30. RGB value is (40,118,48). Sum of RGB (Red+Green+Blue) = 40+118+48=206 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.42% from 206); Green value is 118 (46.48% from 255 or 57.28% from 206); Blue value is 48 (19.14% from 255 or 23.30% from 206); Max value from RGB is 118 - color contains mainly: green. Hex color #287630 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287630 is #D789CF. Grayscale: #565656. Windows color (decimal): -14125520 or 3175976. OLE color: 3175976.

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

Color convert

RGB 40 118 48 -
CMYK 0.66 0 0.59 0.54
HSL 126.15º 0.49% 0.31% -
HSV(B) 126.15º 0.66% 0.46% -
XYZ 7.89 13.62 5.01 -
YUV 86.7 106.16 94.69 -
System Red Green Blue C M Y K H S L
Decimal 40 118 48 0.66 0 0.59 0.54 126.15 0.49 0.31
Hex 28 76 30 42 0 3B 36 7E 31 1F
Octal 50 166 60 102 0 73 66 176 61 37
Binary 101000 1110110 110000 1000010 0 111011 110110 1111110 110001 11111

Color Harmonies of #287630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287630

Black with #287630

Text Example


Text Example

White with #287630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287630; }

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

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

background-color css

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

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

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

border-color css

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

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

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