Html Css Color HEX #288734 Japanese Laurel

📋 copy color: '#288734'

red 40 ◦ green 135 ◦ blue 52

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

Shades of Japanese Laurel #288734

Tints of Japanese Laurel #288734

RGB

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

 GREEN value IS 135 (53.13% from 255) = 59.47%

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

R = 17.62%
G = 59.47%
B = 22.91%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#288734 (or 0x288734) is known color: Japanese Laurel. HEX triplet: 28, 87 and 34. RGB value is (40,135,52). Sum of RGB (Red+Green+Blue) = 40+135+52=227 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.62% from 227); Green value is 135 (53.12% from 255 or 59.47% from 227); Blue value is 52 (20.70% from 255 or 22.91% from 227); Max value from RGB is 135 - color contains mainly: green. Hex color #288734 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288734 is #D778CB. Grayscale: #616161. Windows color (decimal): -14121164 or 3442472. OLE color: 3442472.

HSL color Cylindrical-coordinate representation of color #288734: hue angle of 127.58º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #288734 is Cyan = 0.70, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB 40 135 52 -
CMYK 0.70 0 0.61 0.47
HSL 127.58º 0.54% 0.34% -
HSV(B) 127.58º 0.7% 0.53% -
XYZ 10.16 18.03 6.19 -
YUV 97.13 102.53 87.25 -
System Red Green Blue C M Y K H S L
Decimal 40 135 52 0.70 0 0.61 0.47 127.58 0.54 0.34
Hex 28 87 34 46 0 3D 2F 80 36 22
Octal 50 207 64 106 0 75 57 200 66 42
Binary 101000 10000111 110100 1000110 0 111101 101111 10000000 110110 100010

Color Harmonies of #288734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288734

Black with #288734

Text Example


Text Example

White with #288734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288734; }

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

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

background-color css

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

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

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

border-color css

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

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

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