Html Css Color HEX #288533 Japanese Laurel

📋 copy color: '#288533'

red 40 ◦ green 133 ◦ blue 51

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

Shades of Japanese Laurel #288533

Tints of Japanese Laurel #288533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 22.77%

R = 17.86%
G = 59.38%
B = 22.77%

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

#288533 (or 0x288533) is known color: Japanese Laurel. HEX triplet: 28, 85 and 33. RGB value is (40,133,51). Sum of RGB (Red+Green+Blue) = 40+133+51=224 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.86% from 224); Green value is 133 (52.34% from 255 or 59.38% from 224); Blue value is 51 (20.31% from 255 or 22.77% from 224); Max value from RGB is 133 - color contains mainly: green. Hex color #288533 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288533 is #D77ACC. Grayscale: #606060. Windows color (decimal): -14121677 or 3376424. OLE color: 3376424.

HSL color Cylindrical-coordinate representation of color #288533: hue angle of 127.1º 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 #288533 is Cyan = 0.70, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB 40 133 51 -
CMYK 0.70 0 0.62 0.48
HSL 127.1º 0.54% 0.34% -
HSV(B) 127.1º 0.7% 0.52% -
XYZ 9.86 17.47 5.98 -
YUV 95.85 102.69 88.17 -
System Red Green Blue C M Y K H S L
Decimal 40 133 51 0.70 0 0.62 0.48 127.1 0.54 0.34
Hex 28 85 33 46 0 3E 30 7F 36 22
Octal 50 205 63 106 0 76 60 177 66 42
Binary 101000 10000101 110011 1000110 0 111110 110000 1111111 110110 100010

Color Harmonies of #288533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288533

Black with #288533

Text Example


Text Example

White with #288533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288533; }

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

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

background-color css

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

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

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

border-color css

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

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

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