Html Css Color HEX #288036 Japanese Laurel

📋 copy color: '#288036'

red 40 ◦ green 128 ◦ blue 54

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

Shades of Japanese Laurel #288036

Tints of Japanese Laurel #288036

RGB

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

 GREEN value IS 128 (50.39% from 255) = 57.66%

 BLUE value IS 54 (21.48% from 255) = 24.32%

R = 18.02%
G = 57.66%
B = 24.32%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.58

 K value IS 0.50

RGB Variations

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

Color information

#288036 (or 0x288036) is known color: Japanese Laurel. HEX triplet: 28, 80 and 36. RGB value is (40,128,54). Sum of RGB (Red+Green+Blue) = 40+128+54=222 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.02% from 222); Green value is 128 (50.39% from 255 or 57.66% from 222); Blue value is 54 (21.48% from 255 or 24.32% from 222); Max value from RGB is 128 - color contains mainly: green. Hex color #288036 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288036 is #D77FC9. Grayscale: #5D5D5D. Windows color (decimal): -14122954 or 3571752. OLE color: 3571752.

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

Color convert

RGB 40 128 54 -
CMYK 0.69 0 0.58 0.50
HSL 129.55º 0.52% 0.33% -
HSV(B) 129.55º 0.69% 0.5% -
XYZ 9.26 16.16 6.12 -
YUV 93.25 105.85 90.02 -
System Red Green Blue C M Y K H S L
Decimal 40 128 54 0.69 0 0.58 0.50 129.55 0.52 0.33
Hex 28 80 36 45 0 3A 32 82 34 21
Octal 50 200 66 105 0 72 62 202 64 41
Binary 101000 10000000 110110 1000101 0 111010 110010 10000010 110100 100001

Color Harmonies of #288036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288036

Black with #288036

Text Example


Text Example

White with #288036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288036; }

 p { color: rgb(40,128,54); }

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

background-color css

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

 a { background-color: rgb(40,128,54); }

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

border-color css

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

 span { border-color: rgb(40,128,54); }

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