#245F30

Color #245F30 Parsley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Parsley #245F30

Tints of Parsley #245F30

Color information

#245F30 (or 0x245F30) is unknown color: approx Parsley. HEX triplet: 24, 5F and 30. RGB value is (36,95,48). Sum of RGB (Red+Green+Blue) = 36+95+48=179 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.11% from 179); Green value is 95 (37.5% from 255 or 53.07% from 179); Blue value is 48 (19.14% from 255 or 26.82% from 179); Max value from RGB is 95 - color contains mainly: green. Hex color #245F30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245F30 is #DBA0CF. Grayscale: #484848. Windows color (decimal): -14393552 or 3170084. OLE color: 3170084.

HSL color Cylindrical-coordinate representation of color #245F30: hue angle of 132.2º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #245F30 is Cyan = 0.62, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.63.

Color convert

RGB369548-
CMYK0.6200.490.63
HSL132.2º45.04%25.69%-
HSV(B)132.2º62.11%37.25%-
XYZ5.358.774.21-
YUV72114.45102.32-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 20.11%
GREEN value IS 95 (37.5% from 255) = 53.07%
BLUE value IS 48 (19.14% from 255) = 26.82%
R=20.11%
G=53.07%
B=26.82%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3695480.6200.490.63132.245.0425.69
Hex245F303E0313F842d1a
Octal441376076061772045532
Binary100100101111111000011111001100011111111000010010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245F30; }

 p { color: rgb(36,95,48); }

 H1.HeaderClassName
 {
   color: #245F30;
 }
 .AnyTagClassName
 {
   color: #245F30;
 }
</style>
background-color css

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

 a { background-color: rgb(36,95,48); }

 div.DivClassName
 {
   background-color: #245F30;
 }
 .BgClassName
 {
   background-color: #245F30;
 }
</style>
border-color css

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

 span { border-color: rgb(36,95,48); }

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