Html Css Color HEX #23752F San Felix

📋 copy color: '#23752F'

red 35 ◦ green 117 ◦ blue 47

#23752F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of San Felix #23752F

Tints of San Felix #23752F

RGB

 RED value IS 35 (14.06% from 255) = 17.59%

 GREEN value IS 117 (46.09% from 255) = 58.79%

 BLUE value IS 47 (18.75% from 255) = 23.62%

R = 17.59%
G = 58.79%
B = 23.62%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#23752F (or 0x23752F) is known color: San Felix. HEX triplet: 23, 75 and 2F. RGB value is (35,117,47). Sum of RGB (Red+Green+Blue) = 35+117+47=199 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.59% from 199); Green value is 117 (46.09% from 255 or 58.79% from 199); Blue value is 47 (18.75% from 255 or 23.62% from 199); Max value from RGB is 117 - color contains mainly: green. Hex color #23752F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23752F is #DC8AD0. Grayscale: #545454. Windows color (decimal): -14453457 or 3110179. OLE color: 3110179.

HSL color Cylindrical-coordinate representation of color #23752F: hue angle of 128.78º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #23752F is Cyan = 0.70, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB 35 117 47 -
CMYK 0.70 0 0.60 0.54
HSL 128.78º 0.54% 0.3% -
HSV(B) 128.78º 0.7% 0.46% -
XYZ 7.57 13.29 4.85 -
YUV 84.5 106.83 92.69 -
System Red Green Blue C M Y K H S L
Decimal 35 117 47 0.70 0 0.60 0.54 128.78 0.54 0.3
Hex 23 75 2F 46 0 3C 36 81 36 1E
Octal 43 165 57 106 0 74 66 201 66 36
Binary 100011 1110101 101111 1000110 0 111100 110110 10000001 110110 11110

Color Harmonies of #23752F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23752F

Black with #23752F

Text Example


Text Example

White with #23752F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23752F; }

 p { color: rgb(35,117,47); }

 H1.HeaderClassName
 {
   color: #23752F;
 }
 .AnyTagClassName
 {
   color: #23752F;
 }
</style>

background-color css

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

 a { background-color: rgb(35,117,47); }

 div.DivClassName
 {
   background-color: #23752F;
 }
 .BgClassName
 {
   background-color: #23752F;
 }
</style>

border-color css

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

 span { border-color: rgb(35,117,47); }

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