Html Css Color HEX #237325 San Felix

📋 copy color: '#237325'

red 35 ◦ green 115 ◦ blue 37

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

Shades of San Felix #237325

Tints of San Felix #237325

RGB

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

 GREEN value IS 115 (45.31% from 255) = 61.5%

 BLUE value IS 37 (14.84% from 255) = 19.79%

R = 18.72%
G = 61.5%
B = 19.79%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#237325 (or 0x237325) is known color: San Felix. HEX triplet: 23, 73 and 25. RGB value is (35,115,37). Sum of RGB (Red+Green+Blue) = 35+115+37=187 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.72% from 187); Green value is 115 (45.31% from 255 or 61.50% from 187); Blue value is 37 (14.84% from 255 or 19.79% from 187); Max value from RGB is 115 - color contains mainly: green. Hex color #237325 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #237325 is #DC8CDA. Grayscale: #525252. Windows color (decimal): -14453979 or 2454307. OLE color: 2454307.

HSL color Cylindrical-coordinate representation of color #237325: hue angle of 121.5º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #237325 is Cyan = 0.70, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB 35 115 37 -
CMYK 0.70 0 0.68 0.55
HSL 121.5º 0.53% 0.29% -
HSV(B) 121.5º 0.7% 0.45% -
XYZ 7.16 12.75 3.83 -
YUV 82.19 102.5 94.34 -
System Red Green Blue C M Y K H S L
Decimal 35 115 37 0.70 0 0.68 0.55 121.5 0.53 0.29
Hex 23 73 25 46 0 44 37 7A 35 1D
Octal 43 163 45 106 0 104 67 172 65 35
Binary 100011 1110011 100101 1000110 0 1000100 110111 1111010 110101 11101

Color Harmonies of #237325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237325

Black with #237325

Text Example


Text Example

White with #237325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #237325; }

 p { color: rgb(35,115,37); }

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

background-color css

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

 a { background-color: rgb(35,115,37); }

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

border-color css

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

 span { border-color: rgb(35,115,37); }

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