Html Css Color HEX #287C35 Japanese Laurel

📋 copy color: '#287C35'

red 40 ◦ green 124 ◦ blue 53

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

Shades of Japanese Laurel #287C35

Tints of Japanese Laurel #287C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 24.42%

R = 18.43%
G = 57.14%
B = 24.42%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.57

 K value IS 0.51

RGB Variations

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

Color information

#287C35 (or 0x287C35) is known color: Japanese Laurel. HEX triplet: 28, 7C and 35. RGB value is (40,124,53). Sum of RGB (Red+Green+Blue) = 40+124+53=217 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.43% from 217); Green value is 124 (48.83% from 255 or 57.14% from 217); Blue value is 53 (21.09% from 255 or 24.42% from 217); Max value from RGB is 124 - color contains mainly: green. Hex color #287C35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287C35 is #D783CA. Grayscale: #5A5A5A. Windows color (decimal): -14123979 or 3505192. OLE color: 3505192.

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

Color convert

RGB 40 124 53 -
CMYK 0.68 0 0.57 0.51
HSL 129.29º 0.51% 0.32% -
HSV(B) 129.29º 0.68% 0.49% -
XYZ 8.73 15.12 5.83 -
YUV 90.79 106.67 91.77 -
System Red Green Blue C M Y K H S L
Decimal 40 124 53 0.68 0 0.57 0.51 129.29 0.51 0.32
Hex 28 7C 35 44 0 39 33 81 33 20
Octal 50 174 65 104 0 71 63 201 63 40
Binary 101000 1111100 110101 1000100 0 111001 110011 10000001 110011 100000

Color Harmonies of #287C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287C35

Black with #287C35

Text Example


Text Example

White with #287C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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