Html Css Color HEX #288131 Japanese Laurel

📋 copy color: '#288131'

red 40 ◦ green 129 ◦ blue 49

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

Shades of Japanese Laurel #288131

Tints of Japanese Laurel #288131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 22.48%

R = 18.35%
G = 59.17%
B = 22.48%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#288131 (or 0x288131) is known color: Japanese Laurel. HEX triplet: 28, 81 and 31. RGB value is (40,129,49). Sum of RGB (Red+Green+Blue) = 40+129+49=218 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.35% from 218); Green value is 129 (50.78% from 255 or 59.17% from 218); Blue value is 49 (19.53% from 255 or 22.48% from 218); Max value from RGB is 129 - color contains mainly: green. Hex color #288131 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288131 is #D77ECE. Grayscale: #5D5D5D. Windows color (decimal): -14122703 or 3244328. OLE color: 3244328.

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

Color convert

RGB 40 129 49 -
CMYK 0.69 0 0.62 0.49
HSL 126.07º 0.53% 0.33% -
HSV(B) 126.07º 0.69% 0.51% -
XYZ 9.28 16.37 5.58 -
YUV 93.27 103.01 90 -
System Red Green Blue C M Y K H S L
Decimal 40 129 49 0.69 0 0.62 0.49 126.07 0.53 0.33
Hex 28 81 31 45 0 3E 31 7E 35 21
Octal 50 201 61 105 0 76 61 176 65 41
Binary 101000 10000001 110001 1000101 0 111110 110001 1111110 110101 100001

Color Harmonies of #288131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288131

Black with #288131

Text Example


Text Example

White with #288131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288131; }

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

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

background-color css

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

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

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

border-color css

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

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

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