Html Css Color HEX #288137 Japanese Laurel

📋 copy color: '#288137'

red 40 ◦ green 129 ◦ blue 55

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

Shades of Japanese Laurel #288137

Tints of Japanese Laurel #288137

RGB

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

 GREEN value IS 129 (50.78% from 255) = 57.59%

 BLUE value IS 55 (21.88% from 255) = 24.55%

R = 17.86%
G = 57.59%
B = 24.55%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#288137 (or 0x288137) is known color: Japanese Laurel. HEX triplet: 28, 81 and 37. RGB value is (40,129,55). Sum of RGB (Red+Green+Blue) = 40+129+55=224 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.86% from 224); Green value is 129 (50.78% from 255 or 57.59% from 224); Blue value is 55 (21.88% from 255 or 24.55% from 224); Max value from RGB is 129 - color contains mainly: green. Hex color #288137 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288137 is #D77EC8. Grayscale: #5E5E5E. Windows color (decimal): -14122697 or 3637544. OLE color: 3637544.

HSL color Cylindrical-coordinate representation of color #288137: hue angle of 130.11º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #288137 is Cyan = 0.69, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB 40 129 55 -
CMYK 0.69 0 0.57 0.49
HSL 130.11º 0.53% 0.33% -
HSV(B) 130.11º 0.69% 0.51% -
XYZ 9.41 16.43 6.29 -
YUV 93.95 106.01 89.52 -
System Red Green Blue C M Y K H S L
Decimal 40 129 55 0.69 0 0.57 0.49 130.11 0.53 0.33
Hex 28 81 37 45 0 39 31 82 35 21
Octal 50 201 67 105 0 71 61 202 65 41
Binary 101000 10000001 110111 1000101 0 111001 110001 10000010 110101 100001

Color Harmonies of #288137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288137

Black with #288137

Text Example


Text Example

White with #288137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288137; }

 p { color: rgb(40,129,55); }

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

background-color css

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

 a { background-color: rgb(40,129,55); }

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

border-color css

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

 span { border-color: rgb(40,129,55); }

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