Html Css Color HEX #288E3E Japanese Laurel

📋 copy color: '#288E3E'

red 40 ◦ green 142 ◦ blue 62

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

Shades of Japanese Laurel #288E3E

Tints of Japanese Laurel #288E3E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 58.2%

 BLUE value IS 62 (24.61% from 255) = 25.41%

R = 16.39%
G = 58.2%
B = 25.41%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.56

 K value IS 0.44

RGB Variations

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

Color information

#288E3E (or 0x288E3E) is known color: Japanese Laurel. HEX triplet: 28, 8E and 3E. RGB value is (40,142,62). Sum of RGB (Red+Green+Blue) = 40+142+62=244 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.39% from 244); Green value is 142 (55.86% from 255 or 58.20% from 244); Blue value is 62 (24.61% from 255 or 25.41% from 244); Max value from RGB is 142 - color contains mainly: green. Hex color #288E3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288E3E is #D771C1. Grayscale: #666666. Windows color (decimal): -14119362 or 4099624. OLE color: 4099624.

HSL color Cylindrical-coordinate representation of color #288E3E: hue angle of 132.94º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #288E3E is Cyan = 0.72, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 142 62 -
CMYK 0.72 0 0.56 0.44
HSL 132.94º 0.56% 0.36% -
HSV(B) 132.94º 0.72% 0.56% -
XYZ 11.42 20.14 7.84 -
YUV 102.38 105.21 83.5 -
System Red Green Blue C M Y K H S L
Decimal 40 142 62 0.72 0 0.56 0.44 132.94 0.56 0.36
Hex 28 8E 3E 48 0 38 2C 85 38 24
Octal 50 216 76 110 0 70 54 205 70 44
Binary 101000 10001110 111110 1001000 0 111000 101100 10000101 111000 100100

Color Harmonies of #288E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288E3E

Black with #288E3E

Text Example


Text Example

White with #288E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288E3E; }

 p { color: rgb(40,142,62); }

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

background-color css

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

 a { background-color: rgb(40,142,62); }

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

border-color css

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

 span { border-color: rgb(40,142,62); }

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