#276230

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

Shades of Parsley #276230

Tints of Parsley #276230

Color information

#276230 (or 0x276230) is unknown color: approx Parsley. HEX triplet: 27, 62 and 30. RGB value is (39,98,48). Sum of RGB (Red+Green+Blue) = 39+98+48=185 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.08% from 185); Green value is 98 (38.67% from 255 or 52.97% from 185); Blue value is 48 (19.14% from 255 or 25.95% from 185); Max value from RGB is 98 - color contains mainly: green. Hex color #276230 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276230 is #D89DCF. Grayscale: #4A4A4A. Windows color (decimal): -14196176 or 3170855. OLE color: 3170855.

HSL color Cylindrical-coordinate representation of color #276230: hue angle of 129.15º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #276230 is Cyan = 0.60, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB399848-
CMYK0.6000.510.62
HSL129.15º43.07%26.86%-
HSV(B)129.15º60.2%38.43%-
XYZ5.749.384.3-
YUV74.66112.95102.57-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.08%
GREEN value IS 98 (38.67% from 255) = 52.97%
BLUE value IS 48 (19.14% from 255) = 25.95%
R=21.08%
G=52.97%
B=25.95%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3998480.6000.510.62129.1543.0726.86
Hex2762303C0333E812b1b
Octal471426074063762015333
Binary100111110001011000011110001100111111101000000110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276230; }

 p { color: rgb(39,98,48); }

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

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

 a { background-color: rgb(39,98,48); }

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

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

 span { border-color: rgb(39,98,48); }

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