Html Css Color HEX #288035 Japanese Laurel

📋 copy color: '#288035'

red 40 ◦ green 128 ◦ blue 53

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

Shades of Japanese Laurel #288035

Tints of Japanese Laurel #288035

RGB

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

 GREEN value IS 128 (50.39% from 255) = 57.92%

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

R = 18.1%
G = 57.92%
B = 23.98%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.59

 K value IS 0.50

RGB Variations

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

Color information

#288035 (or 0x288035) is known color: Japanese Laurel. HEX triplet: 28, 80 and 35. RGB value is (40,128,53). Sum of RGB (Red+Green+Blue) = 40+128+53=221 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.10% from 221); Green value is 128 (50.39% from 255 or 57.92% from 221); Blue value is 53 (21.09% from 255 or 23.98% from 221); Max value from RGB is 128 - color contains mainly: green. Hex color #288035 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288035 is #D77FCA. Grayscale: #5D5D5D. Windows color (decimal): -14122955 or 3506216. OLE color: 3506216.

HSL color Cylindrical-coordinate representation of color #288035: hue angle of 128.86º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #288035 is Cyan = 0.69, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.50.

Color convert

RGB 40 128 53 -
CMYK 0.69 0 0.59 0.50
HSL 128.86º 0.52% 0.33% -
HSV(B) 128.86º 0.69% 0.5% -
XYZ 9.24 16.15 6 -
YUV 93.14 105.35 90.1 -
System Red Green Blue C M Y K H S L
Decimal 40 128 53 0.69 0 0.59 0.50 128.86 0.52 0.33
Hex 28 80 35 45 0 3B 32 81 34 21
Octal 50 200 65 105 0 73 62 201 64 41
Binary 101000 10000000 110101 1000101 0 111011 110010 10000001 110100 100001

Color Harmonies of #288035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288035

Black with #288035

Text Example


Text Example

White with #288035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288035; }

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

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

background-color css

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

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

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

border-color css

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

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

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