Html Css Color HEX #288033 Japanese Laurel

📋 copy color: '#288033'

red 40 ◦ green 128 ◦ blue 51

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

Shades of Japanese Laurel #288033

Tints of Japanese Laurel #288033

RGB

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

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

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

R = 18.26%
G = 58.45%
B = 23.29%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.60

 K value IS 0.50

RGB Variations

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

Color information

#288033 (or 0x288033) is known color: Japanese Laurel. HEX triplet: 28, 80 and 33. RGB value is (40,128,51). Sum of RGB (Red+Green+Blue) = 40+128+51=219 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.26% from 219); Green value is 128 (50.39% from 255 or 58.45% from 219); Blue value is 51 (20.31% from 255 or 23.29% from 219); Max value from RGB is 128 - color contains mainly: green. Hex color #288033 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288033 is #D77FCC. Grayscale: #5D5D5D. Windows color (decimal): -14122957 or 3375144. OLE color: 3375144.

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

Color convert

RGB 40 128 51 -
CMYK 0.69 0 0.60 0.50
HSL 127.5º 0.52% 0.33% -
HSV(B) 127.5º 0.69% 0.5% -
XYZ 9.19 16.13 5.76 -
YUV 92.91 104.35 90.26 -
System Red Green Blue C M Y K H S L
Decimal 40 128 51 0.69 0 0.60 0.50 127.5 0.52 0.33
Hex 28 80 33 45 0 3C 32 80 34 21
Octal 50 200 63 105 0 74 62 200 64 41
Binary 101000 10000000 110011 1000101 0 111100 110010 10000000 110100 100001

Color Harmonies of #288033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288033

Black with #288033

Text Example


Text Example

White with #288033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288033; }

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

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

background-color css

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

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

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

border-color css

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

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

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