Html Css Color HEX #288130 Japanese Laurel

📋 copy color: '#288130'

red 40 ◦ green 129 ◦ blue 48

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

Shades of Japanese Laurel #288130

Tints of Japanese Laurel #288130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 22.12%

R = 18.43%
G = 59.45%
B = 22.12%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#288130 (or 0x288130) is known color: Japanese Laurel. HEX triplet: 28, 81 and 30. RGB value is (40,129,48). Sum of RGB (Red+Green+Blue) = 40+129+48=217 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.43% from 217); Green value is 129 (50.78% from 255 or 59.45% from 217); Blue value is 48 (19.14% from 255 or 22.12% from 217); Max value from RGB is 129 - color contains mainly: green. Hex color #288130 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288130 is #D77ECF. Grayscale: #5D5D5D. Windows color (decimal): -14122704 or 3178792. OLE color: 3178792.

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

Color convert

RGB 40 129 48 -
CMYK 0.69 0 0.63 0.49
HSL 125.39º 0.53% 0.33% -
HSV(B) 125.39º 0.69% 0.51% -
XYZ 9.26 16.37 5.47 -
YUV 93.16 102.51 90.09 -
System Red Green Blue C M Y K H S L
Decimal 40 129 48 0.69 0 0.63 0.49 125.39 0.53 0.33
Hex 28 81 30 45 0 3F 31 7D 35 21
Octal 50 201 60 105 0 77 61 175 65 41
Binary 101000 10000001 110000 1000101 0 111111 110001 1111101 110101 100001

Color Harmonies of #288130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288130

Black with #288130

Text Example


Text Example

White with #288130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288130; }

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

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

background-color css

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

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

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

border-color css

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

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

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