#234F2A

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

Shades of Parsley #234F2A

Tints of Parsley #234F2A

Color information

#234F2A (or 0x234F2A) is unknown color: approx Parsley. HEX triplet: 23, 4F and 2A. RGB value is (35,79,42). Sum of RGB (Red+Green+Blue) = 35+79+42=156 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.44% from 156); Green value is 79 (31.25% from 255 or 50.64% from 156); Blue value is 42 (16.80% from 255 or 26.92% from 156); Max value from RGB is 79 - color contains mainly: green. Hex color #234F2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #234F2A is #DCB0D5. Grayscale: #3D3D3D. Windows color (decimal): -14463190 or 2772771. OLE color: 2772771.

HSL color Cylindrical-coordinate representation of color #234F2A: hue angle of 129.55º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #234F2A is Cyan = 0.56, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.69.

Color convert

RGB357942-
CMYK0.5600.470.69
HSL129.55º38.6%22.35%-
HSV(B)129.55º55.7%30.98%-
XYZ3.916.123.17-
YUV61.63116.92109.01-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.44%
GREEN value IS 79 (31.25% from 255) = 50.64%
BLUE value IS 42 (16.80% from 255) = 26.92%
R=22.44%
G=50.64%
B=26.92%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3579420.5600.470.69129.5538.622.35
Hex234F2A3802F45822716
Octal4311752700571052024726
Binary1000111001111101010111000010111110001011000001010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234F2A; }

 p { color: rgb(35,79,42); }

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

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

 a { background-color: rgb(35,79,42); }

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

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

 span { border-color: rgb(35,79,42); }

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