Html Css Color HEX #287C38 Japanese Laurel

📋 copy color: '#287C38'

red 40 ◦ green 124 ◦ blue 56

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

Shades of Japanese Laurel #287C38

Tints of Japanese Laurel #287C38

RGB

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

 GREEN value IS 124 (48.83% from 255) = 56.36%

 BLUE value IS 56 (22.27% from 255) = 25.45%

R = 18.18%
G = 56.36%
B = 25.45%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.55

 K value IS 0.51

RGB Variations

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

Color information

#287C38 (or 0x287C38) is known color: Japanese Laurel. HEX triplet: 28, 7C and 38. RGB value is (40,124,56). Sum of RGB (Red+Green+Blue) = 40+124+56=220 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.18% from 220); Green value is 124 (48.83% from 255 or 56.36% from 220); Blue value is 56 (22.27% from 255 or 25.45% from 220); Max value from RGB is 124 - color contains mainly: green. Hex color #287C38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287C38 is #D783C7. Grayscale: #5B5B5B. Windows color (decimal): -14123976 or 3701800. OLE color: 3701800.

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

Color convert

RGB 40 124 56 -
CMYK 0.68 0 0.55 0.51
HSL 131.43º 0.51% 0.32% -
HSV(B) 131.43º 0.68% 0.49% -
XYZ 8.8 15.15 6.2 -
YUV 91.13 108.17 91.53 -
System Red Green Blue C M Y K H S L
Decimal 40 124 56 0.68 0 0.55 0.51 131.43 0.51 0.32
Hex 28 7C 38 44 0 37 33 83 33 20
Octal 50 174 70 104 0 67 63 203 63 40
Binary 101000 1111100 111000 1000100 0 110111 110011 10000011 110011 100000

Color Harmonies of #287C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287C38

Black with #287C38

Text Example


Text Example

White with #287C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,124,56); }

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

background-color css

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

 a { background-color: rgb(40,124,56); }

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

border-color css

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

 span { border-color: rgb(40,124,56); }

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