Html Css Color HEX #287E2C Japanese Laurel

📋 copy color: '#287E2C'

red 40 ◦ green 126 ◦ blue 44

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

Shades of Japanese Laurel #287E2C

Tints of Japanese Laurel #287E2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 20.95%

R = 19.05%
G = 60%
B = 20.95%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.65

 K value IS 0.51

RGB Variations

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

Color information

#287E2C (or 0x287E2C) is known color: Japanese Laurel. HEX triplet: 28, 7E and 2C. RGB value is (40,126,44). Sum of RGB (Red+Green+Blue) = 40+126+44=210 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.05% from 210); Green value is 126 (49.61% from 255 or 60% from 210); Blue value is 44 (17.58% from 255 or 20.95% from 210); Max value from RGB is 126 - color contains mainly: green. Hex color #287E2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287E2C is #D781D3. Grayscale: #5B5B5B. Windows color (decimal): -14123476 or 2915880. OLE color: 2915880.

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

Color convert

RGB 40 126 44 -
CMYK 0.68 0 0.65 0.51
HSL 122.79º 0.52% 0.33% -
HSV(B) 122.79º 0.68% 0.49% -
XYZ 8.79 15.55 4.92 -
YUV 90.94 101.51 91.67 -
System Red Green Blue C M Y K H S L
Decimal 40 126 44 0.68 0 0.65 0.51 122.79 0.52 0.33
Hex 28 7E 2C 44 0 41 33 7B 34 21
Octal 50 176 54 104 0 101 63 173 64 41
Binary 101000 1111110 101100 1000100 0 1000001 110011 1111011 110100 100001

Color Harmonies of #287E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287E2C

Black with #287E2C

Text Example


Text Example

White with #287E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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