Html Css Color HEX #288433 Japanese Laurel

📋 copy color: '#288433'

red 40 ◦ green 132 ◦ blue 51

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

Shades of Japanese Laurel #288433

Tints of Japanese Laurel #288433

RGB

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

 GREEN value IS 132 (51.95% from 255) = 59.19%

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

R = 17.94%
G = 59.19%
B = 22.87%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#288433 (or 0x288433) is known color: Japanese Laurel. HEX triplet: 28, 84 and 33. RGB value is (40,132,51). Sum of RGB (Red+Green+Blue) = 40+132+51=223 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.94% from 223); Green value is 132 (51.95% from 255 or 59.19% from 223); Blue value is 51 (20.31% from 255 or 22.87% from 223); Max value from RGB is 132 - color contains mainly: green. Hex color #288433 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288433 is #D77BCC. Grayscale: #5F5F5F. Windows color (decimal): -14121933 or 3376168. OLE color: 3376168.

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

Color convert

RGB 40 132 51 -
CMYK 0.70 0 0.61 0.48
HSL 127.17º 0.53% 0.34% -
HSV(B) 127.17º 0.7% 0.52% -
XYZ 9.72 17.19 5.94 -
YUV 95.26 103.02 88.59 -
System Red Green Blue C M Y K H S L
Decimal 40 132 51 0.70 0 0.61 0.48 127.17 0.53 0.34
Hex 28 84 33 46 0 3D 30 7F 35 22
Octal 50 204 63 106 0 75 60 177 65 42
Binary 101000 10000100 110011 1000110 0 111101 110000 1111111 110101 100010

Color Harmonies of #288433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288433

Black with #288433

Text Example


Text Example

White with #288433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288433; }

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

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

background-color css

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

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

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

border-color css

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

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

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