Html Css Color HEX #288133 Japanese Laurel

📋 copy color: '#288133'

red 40 ◦ green 129 ◦ blue 51

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

Shades of Japanese Laurel #288133

Tints of Japanese Laurel #288133

RGB

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

 GREEN value IS 129 (50.78% from 255) = 58.64%

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

R = 18.18%
G = 58.64%
B = 23.18%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#288133 (or 0x288133) is known color: Japanese Laurel. HEX triplet: 28, 81 and 33. RGB value is (40,129,51). Sum of RGB (Red+Green+Blue) = 40+129+51=220 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.18% from 220); Green value is 129 (50.78% from 255 or 58.64% from 220); Blue value is 51 (20.31% from 255 or 23.18% from 220); Max value from RGB is 129 - color contains mainly: green. Hex color #288133 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288133 is #D77ECC. Grayscale: #5D5D5D. Windows color (decimal): -14122701 or 3375400. OLE color: 3375400.

HSL color Cylindrical-coordinate representation of color #288133: hue angle of 127.42º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #288133 is Cyan = 0.69, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB 40 129 51 -
CMYK 0.69 0 0.60 0.49
HSL 127.42º 0.53% 0.33% -
HSV(B) 127.42º 0.69% 0.51% -
XYZ 9.32 16.39 5.8 -
YUV 93.5 104.01 89.84 -
System Red Green Blue C M Y K H S L
Decimal 40 129 51 0.69 0 0.60 0.49 127.42 0.53 0.33
Hex 28 81 33 45 0 3C 31 7F 35 21
Octal 50 201 63 105 0 74 61 177 65 41
Binary 101000 10000001 110011 1000101 0 111100 110001 1111111 110101 100001

Color Harmonies of #288133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288133

Black with #288133

Text Example


Text Example

White with #288133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288133; }

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

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

background-color css

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

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

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

border-color css

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

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

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