#275C29

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

Shades of Parsley #275C29

Tints of Parsley #275C29

Color information

#275C29 (or 0x275C29) is unknown color: approx Parsley. HEX triplet: 27, 5C and 29. RGB value is (39,92,41). Sum of RGB (Red+Green+Blue) = 39+92+41=172 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.67% from 172); Green value is 92 (36.33% from 255 or 53.49% from 172); Blue value is 41 (16.41% from 255 or 23.84% from 172); Max value from RGB is 92 - color contains mainly: green. Hex color #275C29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275C29 is #D8A3D6. Grayscale: #464646. Windows color (decimal): -14197719 or 2710567. OLE color: 2710567.

HSL color Cylindrical-coordinate representation of color #275C29: hue angle of 122.26º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #275C29 is Cyan = 0.58, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.64.

Color convert

RGB399241-
CMYK0.5800.550.64
HSL122.26º40.46%25.69%-
HSV(B)122.26º57.61%36.08%-
XYZ5.068.253.42-
YUV70.34111.44105.65-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.67%
GREEN value IS 92 (36.33% from 255) = 53.49%
BLUE value IS 41 (16.41% from 255) = 23.84%
R=22.67%
G=53.49%
B=23.84%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3992410.5800.550.64122.2640.4625.69
Hex275C293A037407a281a
Octal4713451720671001725032
Binary100111101110010100111101001101111000000111101010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275C29; }

 p { color: rgb(39,92,41); }

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

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

 a { background-color: rgb(39,92,41); }

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

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

 span { border-color: rgb(39,92,41); }

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