Html Css Color HEX #287E3C Japanese Laurel

📋 copy color: '#287E3C'

red 40 ◦ green 126 ◦ blue 60

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

Shades of Japanese Laurel #287E3C

Tints of Japanese Laurel #287E3C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 55.75%

 BLUE value IS 60 (23.83% from 255) = 26.55%

R = 17.7%
G = 55.75%
B = 26.55%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.52

 K value IS 0.51

RGB Variations

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

Color information

#287E3C (or 0x287E3C) is known color: Japanese Laurel. HEX triplet: 28, 7E and 3C. RGB value is (40,126,60). Sum of RGB (Red+Green+Blue) = 40+126+60=226 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.70% from 226); Green value is 126 (49.61% from 255 or 55.75% from 226); Blue value is 60 (23.83% from 255 or 26.55% from 226); Max value from RGB is 126 - color contains mainly: green. Hex color #287E3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287E3C is #D781C3. Grayscale: #5C5C5C. Windows color (decimal): -14123460 or 3964456. OLE color: 3964456.

HSL color Cylindrical-coordinate representation of color #287E3C: hue angle of 133.95º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #287E3C is Cyan = 0.68, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.51.

Color convert

RGB 40 126 60 -
CMYK 0.68 0 0.52 0.51
HSL 133.95º 0.52% 0.33% -
HSV(B) 133.95º 0.68% 0.49% -
XYZ 9.15 15.7 6.82 -
YUV 92.76 109.51 90.37 -
System Red Green Blue C M Y K H S L
Decimal 40 126 60 0.68 0 0.52 0.51 133.95 0.52 0.33
Hex 28 7E 3C 44 0 34 33 86 34 21
Octal 50 176 74 104 0 64 63 206 64 41
Binary 101000 1111110 111100 1000100 0 110100 110011 10000110 110100 100001

Color Harmonies of #287E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287E3C

Black with #287E3C

Text Example


Text Example

White with #287E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287E3C; }

 p { color: rgb(40,126,60); }

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

background-color css

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

 a { background-color: rgb(40,126,60); }

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

border-color css

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

 span { border-color: rgb(40,126,60); }

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