Html Css Color HEX #288236 Japanese Laurel

📋 copy color: '#288236'

red 40 ◦ green 130 ◦ blue 54

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

Shades of Japanese Laurel #288236

Tints of Japanese Laurel #288236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 24.11%

R = 17.86%
G = 58.04%
B = 24.11%

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

#288236 (or 0x288236) is known color: Japanese Laurel. HEX triplet: 28, 82 and 36. RGB value is (40,130,54). Sum of RGB (Red+Green+Blue) = 40+130+54=224 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.86% from 224); Green value is 130 (51.17% from 255 or 58.04% from 224); Blue value is 54 (21.48% from 255 or 24.11% from 224); Max value from RGB is 130 - color contains mainly: green. Hex color #288236 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288236 is #D77DC9. Grayscale: #5E5E5E. Windows color (decimal): -14122442 or 3572264. OLE color: 3572264.

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

Color convert

RGB 40 130 54 -
CMYK 0.69 0 0.58 0.49
HSL 129.33º 0.53% 0.33% -
HSV(B) 129.33º 0.69% 0.51% -
XYZ 9.52 16.68 6.21 -
YUV 94.43 105.18 89.18 -
System Red Green Blue C M Y K H S L
Decimal 40 130 54 0.69 0 0.58 0.49 129.33 0.53 0.33
Hex 28 82 36 45 0 3A 31 81 35 21
Octal 50 202 66 105 0 72 61 201 65 41
Binary 101000 10000010 110110 1000101 0 111010 110001 10000001 110101 100001

Color Harmonies of #288236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288236

Black with #288236

Text Example


Text Example

White with #288236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288236; }

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

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

background-color css

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

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

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

border-color css

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

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

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