Html Css Color HEX #287F2E Japanese Laurel

📋 copy color: '#287F2E'

red 40 ◦ green 127 ◦ blue 46

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

Shades of Japanese Laurel #287F2E

Tints of Japanese Laurel #287F2E

RGB

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

 GREEN value IS 127 (50% from 255) = 59.62%

 BLUE value IS 46 (18.36% from 255) = 21.6%

R = 18.78%
G = 59.62%
B = 21.6%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.64

 K value IS 0.50

RGB Variations

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

Color information

#287F2E (or 0x287F2E) is known color: Japanese Laurel. HEX triplet: 28, 7F and 2E. RGB value is (40,127,46). Sum of RGB (Red+Green+Blue) = 40+127+46=213 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.78% from 213); Green value is 127 (50% from 255 or 59.62% from 213); Blue value is 46 (18.36% from 255 or 21.60% from 213); Max value from RGB is 127 - color contains mainly: green. Hex color #287F2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287F2E is #D780D1. Grayscale: #5B5B5B. Windows color (decimal): -14123218 or 3047208. OLE color: 3047208.

HSL color Cylindrical-coordinate representation of color #287F2E: hue angle of 124.14º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #287F2E is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.50.

Color convert

RGB 40 127 46 -
CMYK 0.69 0 0.64 0.50
HSL 124.14º 0.52% 0.33% -
HSV(B) 124.14º 0.69% 0.5% -
XYZ 8.96 15.83 5.17 -
YUV 91.75 102.18 91.09 -
System Red Green Blue C M Y K H S L
Decimal 40 127 46 0.69 0 0.64 0.50 124.14 0.52 0.33
Hex 28 7F 2E 45 0 40 32 7C 34 21
Octal 50 177 56 105 0 100 62 174 64 41
Binary 101000 1111111 101110 1000101 0 1000000 110010 1111100 110100 100001

Color Harmonies of #287F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287F2E

Black with #287F2E

Text Example


Text Example

White with #287F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,127,46); }

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

background-color css

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

 a { background-color: rgb(40,127,46); }

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

border-color css

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

 span { border-color: rgb(40,127,46); }

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