#235F45

Color #235F45 Green Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Pea #235F45

Tints of Green Pea #235F45

Color information

#235F45 (or 0x235F45) is unknown color: approx Green Pea. HEX triplet: 23, 5F and 45. RGB value is (35,95,69). Sum of RGB (Red+Green+Blue) = 35+95+69=199 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.59% from 199); Green value is 95 (37.5% from 255 or 47.74% from 199); Blue value is 69 (27.34% from 255 or 34.67% from 199); Max value from RGB is 95 - color contains mainly: green. Hex color #235F45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235F45 is #DCA0BA. Grayscale: #4A4A4A. Windows color (decimal): -14459067 or 4546339. OLE color: 4546339.

HSL color Cylindrical-coordinate representation of color #235F45: hue angle of 154º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #235F45 is Cyan = 0.63, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.63.

Color convert

RGB359569-
CMYK0.6300.270.63
HSL154º46.15%25.49%-
HSV(B)154º63.16%37.25%-
XYZ5.868.977.05-
YUV74.1125.12100.11-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.59%
GREEN value IS 95 (37.5% from 255) = 47.74%
BLUE value IS 69 (27.34% from 255) = 34.67%
R=17.59%
G=47.74%
B=34.67%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3595690.6300.270.6315446.1525.49
Hex235F453F01B3F9a2e19
Octal4313710577033772325631
Binary100011101111110001011111110110111111111001101010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235F45; }

 p { color: rgb(35,95,69); }

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

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

 a { background-color: rgb(35,95,69); }

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

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

 span { border-color: rgb(35,95,69); }

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