Html Css Color HEX #288431 Japanese Laurel

📋 copy color: '#288431'

red 40 ◦ green 132 ◦ blue 49

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

Shades of Japanese Laurel #288431

Tints of Japanese Laurel #288431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 22.17%

R = 18.1%
G = 59.73%
B = 22.17%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.63

 K value IS 0.48

RGB Variations

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

Color information

#288431 (or 0x288431) is known color: Japanese Laurel. HEX triplet: 28, 84 and 31. RGB value is (40,132,49). Sum of RGB (Red+Green+Blue) = 40+132+49=221 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.10% from 221); Green value is 132 (51.95% from 255 or 59.73% from 221); Blue value is 49 (19.53% from 255 or 22.17% from 221); Max value from RGB is 132 - color contains mainly: green. Hex color #288431 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288431 is #D77BCE. Grayscale: #5F5F5F. Windows color (decimal): -14121935 or 3245096. OLE color: 3245096.

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

Color convert

RGB 40 132 49 -
CMYK 0.70 0 0.63 0.48
HSL 125.87º 0.53% 0.34% -
HSV(B) 125.87º 0.7% 0.52% -
XYZ 9.68 17.18 5.71 -
YUV 95.03 102.02 88.75 -
System Red Green Blue C M Y K H S L
Decimal 40 132 49 0.70 0 0.63 0.48 125.87 0.53 0.34
Hex 28 84 31 46 0 3F 30 7E 35 22
Octal 50 204 61 106 0 77 60 176 65 42
Binary 101000 10000100 110001 1000110 0 111111 110000 1111110 110101 100010

Color Harmonies of #288431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288431

Black with #288431

Text Example


Text Example

White with #288431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288431; }

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

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

background-color css

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

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

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

border-color css

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

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

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