Html Css Color HEX #288138 Japanese Laurel

📋 copy color: '#288138'

red 40 ◦ green 129 ◦ blue 56

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

Shades of Japanese Laurel #288138

Tints of Japanese Laurel #288138

RGB

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

 GREEN value IS 129 (50.78% from 255) = 57.33%

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

R = 17.78%
G = 57.33%
B = 24.89%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#288138 (or 0x288138) is known color: Japanese Laurel. HEX triplet: 28, 81 and 38. RGB value is (40,129,56). Sum of RGB (Red+Green+Blue) = 40+129+56=225 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.78% from 225); Green value is 129 (50.78% from 255 or 57.33% from 225); Blue value is 56 (22.27% from 255 or 24.89% from 225); Max value from RGB is 129 - color contains mainly: green. Hex color #288138 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288138 is #D77EC7. Grayscale: #5E5E5E. Windows color (decimal): -14122696 or 3703080. OLE color: 3703080.

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

Color convert

RGB 40 129 56 -
CMYK 0.69 0 0.57 0.49
HSL 130.79º 0.53% 0.33% -
HSV(B) 130.79º 0.69% 0.51% -
XYZ 9.44 16.44 6.42 -
YUV 94.07 106.51 89.44 -
System Red Green Blue C M Y K H S L
Decimal 40 129 56 0.69 0 0.57 0.49 130.79 0.53 0.33
Hex 28 81 38 45 0 39 31 83 35 21
Octal 50 201 70 105 0 71 61 203 65 41
Binary 101000 10000001 111000 1000101 0 111001 110001 10000011 110101 100001

Color Harmonies of #288138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288138

Black with #288138

Text Example


Text Example

White with #288138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288138; }

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

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

background-color css

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

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

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

border-color css

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

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

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