Html Css Color HEX #288535 Japanese Laurel

📋 copy color: '#288535'

red 40 ◦ green 133 ◦ blue 53

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

Shades of Japanese Laurel #288535

Tints of Japanese Laurel #288535

RGB

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

 GREEN value IS 133 (52.34% from 255) = 58.85%

 BLUE value IS 53 (21.09% from 255) = 23.45%

R = 17.7%
G = 58.85%
B = 23.45%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#288535 (or 0x288535) is known color: Japanese Laurel. HEX triplet: 28, 85 and 35. RGB value is (40,133,53). Sum of RGB (Red+Green+Blue) = 40+133+53=226 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.70% from 226); Green value is 133 (52.34% from 255 or 58.85% from 226); Blue value is 53 (21.09% from 255 or 23.45% from 226); Max value from RGB is 133 - color contains mainly: green. Hex color #288535 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288535 is #D77ACA. Grayscale: #606060. Windows color (decimal): -14121675 or 3507496. OLE color: 3507496.

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

Color convert

RGB 40 133 53 -
CMYK 0.70 0 0.60 0.48
HSL 128.39º 0.54% 0.34% -
HSV(B) 128.39º 0.7% 0.52% -
XYZ 9.91 17.48 6.22 -
YUV 96.07 103.69 88 -
System Red Green Blue C M Y K H S L
Decimal 40 133 53 0.70 0 0.60 0.48 128.39 0.54 0.34
Hex 28 85 35 46 0 3C 30 80 36 22
Octal 50 205 65 106 0 74 60 200 66 42
Binary 101000 10000101 110101 1000110 0 111100 110000 10000000 110110 100010

Color Harmonies of #288535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288535

Black with #288535

Text Example


Text Example

White with #288535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288535; }

 p { color: rgb(40,133,53); }

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

background-color css

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

 a { background-color: rgb(40,133,53); }

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

border-color css

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

 span { border-color: rgb(40,133,53); }

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