Html Css Color HEX #288939 Japanese Laurel

📋 copy color: '#288939'

red 40 ◦ green 137 ◦ blue 57

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

Shades of Japanese Laurel #288939

Tints of Japanese Laurel #288939

RGB

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

 GREEN value IS 137 (53.91% from 255) = 58.55%

 BLUE value IS 57 (22.66% from 255) = 24.36%

R = 17.09%
G = 58.55%
B = 24.36%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.58

 K value IS 0.46

RGB Variations

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

Color information

#288939 (or 0x288939) is known color: Japanese Laurel. HEX triplet: 28, 89 and 39. RGB value is (40,137,57). Sum of RGB (Red+Green+Blue) = 40+137+57=234 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.09% from 234); Green value is 137 (53.91% from 255 or 58.55% from 234); Blue value is 57 (22.66% from 255 or 24.36% from 234); Max value from RGB is 137 - color contains mainly: green. Hex color #288939 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288939 is #D776C6. Grayscale: #636363. Windows color (decimal): -14120647 or 3770664. OLE color: 3770664.

HSL color Cylindrical-coordinate representation of color #288939: hue angle of 130.52º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #288939 is Cyan = 0.71, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB 40 137 57 -
CMYK 0.71 0 0.58 0.46
HSL 130.52º 0.55% 0.35% -
HSV(B) 130.52º 0.71% 0.54% -
XYZ 10.56 18.64 6.91 -
YUV 98.88 104.36 86 -
System Red Green Blue C M Y K H S L
Decimal 40 137 57 0.71 0 0.58 0.46 130.52 0.55 0.35
Hex 28 89 39 47 0 3A 2E 83 37 23
Octal 50 211 71 107 0 72 56 203 67 43
Binary 101000 10001001 111001 1000111 0 111010 101110 10000011 110111 100011

Color Harmonies of #288939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288939

Black with #288939

Text Example


Text Example

White with #288939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288939; }

 p { color: rgb(40,137,57); }

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

background-color css

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

 a { background-color: rgb(40,137,57); }

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

border-color css

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

 span { border-color: rgb(40,137,57); }

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