Html Css Color HEX #288239 Japanese Laurel

📋 copy color: '#288239'

red 40 ◦ green 130 ◦ blue 57

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

Shades of Japanese Laurel #288239

Tints of Japanese Laurel #288239

RGB

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

 GREEN value IS 130 (51.17% from 255) = 57.27%

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

R = 17.62%
G = 57.27%
B = 25.11%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#288239 (or 0x288239) is known color: Japanese Laurel. HEX triplet: 28, 82 and 39. RGB value is (40,130,57). Sum of RGB (Red+Green+Blue) = 40+130+57=227 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.62% from 227); Green value is 130 (51.17% from 255 or 57.27% from 227); Blue value is 57 (22.66% from 255 or 25.11% from 227); Max value from RGB is 130 - color contains mainly: green. Hex color #288239 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288239 is #D77DC6. Grayscale: #5E5E5E. Windows color (decimal): -14122439 or 3768872. OLE color: 3768872.

HSL color Cylindrical-coordinate representation of color #288239: hue angle of 131.33º 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 #288239 is Cyan = 0.69, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB 40 130 57 -
CMYK 0.69 0 0.56 0.49
HSL 131.33º 0.53% 0.33% -
HSV(B) 131.33º 0.69% 0.51% -
XYZ 9.6 16.71 6.59 -
YUV 94.77 106.68 88.94 -
System Red Green Blue C M Y K H S L
Decimal 40 130 57 0.69 0 0.56 0.49 131.33 0.53 0.33
Hex 28 82 39 45 0 38 31 83 35 21
Octal 50 202 71 105 0 70 61 203 65 41
Binary 101000 10000010 111001 1000101 0 111000 110001 10000011 110101 100001

Color Harmonies of #288239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288239

Black with #288239

Text Example


Text Example

White with #288239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288239; }

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

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

background-color css

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

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

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

border-color css

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

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

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