Html Css Color HEX #287E31 Japanese Laurel

📋 copy color: '#287E31'

red 40 ◦ green 126 ◦ blue 49

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

Shades of Japanese Laurel #287E31

Tints of Japanese Laurel #287E31

RGB

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

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

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

R = 18.6%
G = 58.6%
B = 22.79%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.61

 K value IS 0.51

RGB Variations

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

Color information

#287E31 (or 0x287E31) is known color: Japanese Laurel. HEX triplet: 28, 7E and 31. RGB value is (40,126,49). Sum of RGB (Red+Green+Blue) = 40+126+49=215 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.60% from 215); Green value is 126 (49.61% from 255 or 58.60% from 215); Blue value is 49 (19.53% from 255 or 22.79% from 215); Max value from RGB is 126 - color contains mainly: green. Hex color #287E31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287E31 is #D781CE. Grayscale: #5B5B5B. Windows color (decimal): -14123471 or 3243560. OLE color: 3243560.

HSL color Cylindrical-coordinate representation of color #287E31: hue angle of 126.28º 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 #287E31 is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.51.

Color convert

RGB 40 126 49 -
CMYK 0.68 0 0.61 0.51
HSL 126.28º 0.52% 0.33% -
HSV(B) 126.28º 0.68% 0.49% -
XYZ 8.89 15.59 5.45 -
YUV 91.51 104.01 91.26 -
System Red Green Blue C M Y K H S L
Decimal 40 126 49 0.68 0 0.61 0.51 126.28 0.52 0.33
Hex 28 7E 31 44 0 3D 33 7E 34 21
Octal 50 176 61 104 0 75 63 176 64 41
Binary 101000 1111110 110001 1000100 0 111101 110011 1111110 110100 100001

Color Harmonies of #287E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287E31

Black with #287E31

Text Example


Text Example

White with #287E31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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