Html Css Color HEX #288638 Japanese Laurel

📋 copy color: '#288638'

red 40 ◦ green 134 ◦ blue 56

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

Shades of Japanese Laurel #288638

Tints of Japanese Laurel #288638

RGB

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

 GREEN value IS 134 (52.73% from 255) = 58.26%

 BLUE value IS 56 (22.27% from 255) = 24.35%

R = 17.39%
G = 58.26%
B = 24.35%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.58

 K value IS 0.47

RGB Variations

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

Color information

#288638 (or 0x288638) is known color: Japanese Laurel. HEX triplet: 28, 86 and 38. RGB value is (40,134,56). Sum of RGB (Red+Green+Blue) = 40+134+56=230 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.39% from 230); Green value is 134 (52.73% from 255 or 58.26% from 230); Blue value is 56 (22.27% from 255 or 24.35% from 230); Max value from RGB is 134 - color contains mainly: green. Hex color #288638 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288638 is #D779C7. Grayscale: #616161. Windows color (decimal): -14121416 or 3704360. OLE color: 3704360.

HSL color Cylindrical-coordinate representation of color #288638: hue angle of 130.21º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #288638 is Cyan = 0.70, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.47.

Color convert

RGB 40 134 56 -
CMYK 0.70 0 0.58 0.47
HSL 130.21º 0.54% 0.34% -
HSV(B) 130.21º 0.7% 0.53% -
XYZ 10.11 17.79 6.64 -
YUV 97 104.86 87.34 -
System Red Green Blue C M Y K H S L
Decimal 40 134 56 0.70 0 0.58 0.47 130.21 0.54 0.34
Hex 28 86 38 46 0 3A 2F 82 36 22
Octal 50 206 70 106 0 72 57 202 66 42
Binary 101000 10000110 111000 1000110 0 111010 101111 10000010 110110 100010

Color Harmonies of #288638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288638

Black with #288638

Text Example


Text Example

White with #288638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288638; }

 p { color: rgb(40,134,56); }

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

background-color css

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

 a { background-color: rgb(40,134,56); }

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

border-color css

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

 span { border-color: rgb(40,134,56); }

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