#276130

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

Shades of Parsley #276130

Tints of Parsley #276130

Color information

#276130 (or 0x276130) is unknown color: approx Parsley. HEX triplet: 27, 61 and 30. RGB value is (39,97,48). Sum of RGB (Red+Green+Blue) = 39+97+48=184 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.20% from 184); Green value is 97 (38.28% from 255 or 52.72% from 184); Blue value is 48 (19.14% from 255 or 26.09% from 184); Max value from RGB is 97 - color contains mainly: green. Hex color #276130 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276130 is #D89ECF. Grayscale: #4A4A4A. Windows color (decimal): -14196432 or 3170599. OLE color: 3170599.

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

Color convert

RGB399748-
CMYK0.6000.510.62
HSL129.31º42.65%26.67%-
HSV(B)129.31º59.79%38.04%-
XYZ5.649.194.27-
YUV74.07113.28102.98-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.20%
GREEN value IS 97 (38.28% from 255) = 52.72%
BLUE value IS 48 (19.14% from 255) = 26.09%
R=21.20%
G=52.72%
B=26.09%

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
Decimal3997480.6000.510.62129.3142.6526.67
Hex2761303C0333E812b1b
Octal471416074063762015333
Binary100111110000111000011110001100111111101000000110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276130; }

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

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

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

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

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

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

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

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