Html Css Color HEX #287F2D Japanese Laurel

📋 copy color: '#287F2D'

red 40 ◦ green 127 ◦ blue 45

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

Shades of Japanese Laurel #287F2D

Tints of Japanese Laurel #287F2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 21.23%

R = 18.87%
G = 59.91%
B = 21.23%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.65

 K value IS 0.50

RGB Variations

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

Color information

#287F2D (or 0x287F2D) is known color: Japanese Laurel. HEX triplet: 28, 7F and 2D. RGB value is (40,127,45). Sum of RGB (Red+Green+Blue) = 40+127+45=212 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.87% from 212); Green value is 127 (50% from 255 or 59.91% from 212); Blue value is 45 (17.97% from 255 or 21.23% from 212); Max value from RGB is 127 - color contains mainly: green. Hex color #287F2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287F2D is #D780D2. Grayscale: #5B5B5B. Windows color (decimal): -14123219 or 2981672. OLE color: 2981672.

HSL color Cylindrical-coordinate representation of color #287F2D: hue angle of 123.45º 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 #287F2D is Cyan = 0.69, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.50.

Color convert

RGB 40 127 45 -
CMYK 0.69 0 0.65 0.50
HSL 123.45º 0.52% 0.33% -
HSV(B) 123.45º 0.69% 0.5% -
XYZ 8.94 15.82 5.06 -
YUV 91.64 101.68 91.17 -
System Red Green Blue C M Y K H S L
Decimal 40 127 45 0.69 0 0.65 0.50 123.45 0.52 0.33
Hex 28 7F 2D 45 0 41 32 7B 34 21
Octal 50 177 55 105 0 101 62 173 64 41
Binary 101000 1111111 101101 1000101 0 1000001 110010 1111011 110100 100001

Color Harmonies of #287F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287F2D

Black with #287F2D

Text Example


Text Example

White with #287F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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