Html Css Color HEX #288434 Japanese Laurel

📋 copy color: '#288434'

red 40 ◦ green 132 ◦ blue 52

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

Shades of Japanese Laurel #288434

Tints of Japanese Laurel #288434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 23.21%

R = 17.86%
G = 58.93%
B = 23.21%

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

#288434 (or 0x288434) is known color: Japanese Laurel. HEX triplet: 28, 84 and 34. RGB value is (40,132,52). Sum of RGB (Red+Green+Blue) = 40+132+52=224 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.86% from 224); Green value is 132 (51.95% from 255 or 58.93% from 224); Blue value is 52 (20.70% from 255 or 23.21% from 224); Max value from RGB is 132 - color contains mainly: green. Hex color #288434 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288434 is #D77BCB. Grayscale: #5F5F5F. Windows color (decimal): -14121932 or 3441704. OLE color: 3441704.

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

Color convert

RGB 40 132 52 -
CMYK 0.70 0 0.61 0.48
HSL 127.83º 0.53% 0.34% -
HSV(B) 127.83º 0.7% 0.52% -
XYZ 9.75 17.2 6.06 -
YUV 95.37 103.52 88.5 -
System Red Green Blue C M Y K H S L
Decimal 40 132 52 0.70 0 0.61 0.48 127.83 0.53 0.34
Hex 28 84 34 46 0 3D 30 80 35 22
Octal 50 204 64 106 0 75 60 200 65 42
Binary 101000 10000100 110100 1000110 0 111101 110000 10000000 110101 100010

Color Harmonies of #288434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288434

Black with #288434

Text Example


Text Example

White with #288434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288434; }

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

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

background-color css

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

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

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

border-color css

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

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

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