Html Css Color HEX #288237 Japanese Laurel

📋 copy color: '#288237'

red 40 ◦ green 130 ◦ blue 55

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

Shades of Japanese Laurel #288237

Tints of Japanese Laurel #288237

RGB

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

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

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

R = 17.78%
G = 57.78%
B = 24.44%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#288237 (or 0x288237) is known color: Japanese Laurel. HEX triplet: 28, 82 and 37. RGB value is (40,130,55). Sum of RGB (Red+Green+Blue) = 40+130+55=225 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.78% from 225); Green value is 130 (51.17% from 255 or 57.78% from 225); Blue value is 55 (21.88% from 255 or 24.44% from 225); Max value from RGB is 130 - color contains mainly: green. Hex color #288237 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288237 is #D77DC8. Grayscale: #5E5E5E. Windows color (decimal): -14122441 or 3637800. OLE color: 3637800.

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

Color convert

RGB 40 130 55 -
CMYK 0.69 0 0.58 0.49
HSL 130º 0.53% 0.33% -
HSV(B) 130º 0.69% 0.51% -
XYZ 9.55 16.69 6.33 -
YUV 94.54 105.68 89.1 -
System Red Green Blue C M Y K H S L
Decimal 40 130 55 0.69 0 0.58 0.49 130 0.53 0.33
Hex 28 82 37 45 0 3A 31 82 35 21
Octal 50 202 67 105 0 72 61 202 65 41
Binary 101000 10000010 110111 1000101 0 111010 110001 10000010 110101 100001

Color Harmonies of #288237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288237

Black with #288237

Text Example


Text Example

White with #288237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288237; }

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

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

background-color css

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

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

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

border-color css

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

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

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