Html Css Color HEX #288339 Japanese Laurel

📋 copy color: '#288339'

red 40 ◦ green 131 ◦ blue 57

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

Shades of Japanese Laurel #288339

Tints of Japanese Laurel #288339

RGB

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

 GREEN value IS 131 (51.56% from 255) = 57.46%

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

R = 17.54%
G = 57.46%
B = 25%

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

#288339 (or 0x288339) is known color: Japanese Laurel. HEX triplet: 28, 83 and 39. RGB value is (40,131,57). Sum of RGB (Red+Green+Blue) = 40+131+57=228 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.54% from 228); Green value is 131 (51.56% from 255 or 57.46% from 228); Blue value is 57 (22.66% from 255 or 25% from 228); Max value from RGB is 131 - color contains mainly: green. Hex color #288339 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288339 is #D77CC6. Grayscale: #5F5F5F. Windows color (decimal): -14122183 or 3769128. OLE color: 3769128.

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

Color convert

RGB 40 131 57 -
CMYK 0.69 0 0.56 0.49
HSL 131.21º 0.53% 0.34% -
HSV(B) 131.21º 0.69% 0.51% -
XYZ 9.73 16.98 6.64 -
YUV 95.36 106.35 88.52 -
System Red Green Blue C M Y K H S L
Decimal 40 131 57 0.69 0 0.56 0.49 131.21 0.53 0.34
Hex 28 83 39 45 0 38 31 83 35 22
Octal 50 203 71 105 0 70 61 203 65 42
Binary 101000 10000011 111001 1000101 0 111000 110001 10000011 110101 100010

Color Harmonies of #288339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288339

Black with #288339

Text Example


Text Example

White with #288339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288339; }

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

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

background-color css

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

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

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

border-color css

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

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

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