Html Css Color HEX #288532 Japanese Laurel

📋 copy color: '#288532'

red 40 ◦ green 133 ◦ blue 50

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

Shades of Japanese Laurel #288532

Tints of Japanese Laurel #288532

RGB

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

 GREEN value IS 133 (52.34% from 255) = 59.64%

 BLUE value IS 50 (19.92% from 255) = 22.42%

R = 17.94%
G = 59.64%
B = 22.42%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#288532 (or 0x288532) is known color: Japanese Laurel. HEX triplet: 28, 85 and 32. RGB value is (40,133,50). Sum of RGB (Red+Green+Blue) = 40+133+50=223 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.94% from 223); Green value is 133 (52.34% from 255 or 59.64% from 223); Blue value is 50 (19.92% from 255 or 22.42% from 223); Max value from RGB is 133 - color contains mainly: green. Hex color #288532 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288532 is #D77ACD. Grayscale: #5F5F5F. Windows color (decimal): -14121678 or 3310888. OLE color: 3310888.

HSL color Cylindrical-coordinate representation of color #288532: hue angle of 126.45º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #288532 is Cyan = 0.70, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB 40 133 50 -
CMYK 0.70 0 0.62 0.48
HSL 126.45º 0.54% 0.34% -
HSV(B) 126.45º 0.7% 0.52% -
XYZ 9.84 17.46 5.87 -
YUV 95.73 102.19 88.25 -
System Red Green Blue C M Y K H S L
Decimal 40 133 50 0.70 0 0.62 0.48 126.45 0.54 0.34
Hex 28 85 32 46 0 3E 30 7E 36 22
Octal 50 205 62 106 0 76 60 176 66 42
Binary 101000 10000101 110010 1000110 0 111110 110000 1111110 110110 100010

Color Harmonies of #288532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288532

Black with #288532

Text Example


Text Example

White with #288532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288532; }

 p { color: rgb(40,133,50); }

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

background-color css

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

 a { background-color: rgb(40,133,50); }

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

border-color css

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

 span { border-color: rgb(40,133,50); }

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