Html Css Color HEX #287C34 Japanese Laurel

📋 copy color: '#287C34'

red 40 ◦ green 124 ◦ blue 52

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

Shades of Japanese Laurel #287C34

Tints of Japanese Laurel #287C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 24.07%

R = 18.52%
G = 57.41%
B = 24.07%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.58

 K value IS 0.51

RGB Variations

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

Color information

#287C34 (or 0x287C34) is known color: Japanese Laurel. HEX triplet: 28, 7C and 34. RGB value is (40,124,52). Sum of RGB (Red+Green+Blue) = 40+124+52=216 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.52% from 216); Green value is 124 (48.83% from 255 or 57.41% from 216); Blue value is 52 (20.70% from 255 or 24.07% from 216); Max value from RGB is 124 - color contains mainly: green. Hex color #287C34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287C34 is #D783CB. Grayscale: #5A5A5A. Windows color (decimal): -14123980 or 3439656. OLE color: 3439656.

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

Color convert

RGB 40 124 52 -
CMYK 0.68 0 0.58 0.51
HSL 128.57º 0.51% 0.32% -
HSV(B) 128.57º 0.68% 0.49% -
XYZ 8.7 15.11 5.71 -
YUV 90.68 106.17 91.85 -
System Red Green Blue C M Y K H S L
Decimal 40 124 52 0.68 0 0.58 0.51 128.57 0.51 0.32
Hex 28 7C 34 44 0 3A 33 81 33 20
Octal 50 174 64 104 0 72 63 201 63 40
Binary 101000 1111100 110100 1000100 0 111010 110011 10000001 110011 100000

Color Harmonies of #287C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287C34

Black with #287C34

Text Example


Text Example

White with #287C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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