Html Css Color HEX #237030 San Felix

📋 copy color: '#237030'

red 35 ◦ green 112 ◦ blue 48

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

Shades of San Felix #237030

Tints of San Felix #237030

RGB

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

 GREEN value IS 112 (44.14% from 255) = 57.44%

 BLUE value IS 48 (19.14% from 255) = 24.62%

R = 17.95%
G = 57.44%
B = 24.62%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#237030 (or 0x237030) is known color: San Felix. HEX triplet: 23, 70 and 30. RGB value is (35,112,48). Sum of RGB (Red+Green+Blue) = 35+112+48=195 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.95% from 195); Green value is 112 (44.14% from 255 or 57.44% from 195); Blue value is 48 (19.14% from 255 or 24.62% from 195); Max value from RGB is 112 - color contains mainly: green. Hex color #237030 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #237030 is #DC8FCF. Grayscale: #515151. Windows color (decimal): -14454736 or 3174435. OLE color: 3174435.

HSL color Cylindrical-coordinate representation of color #237030: hue angle of 130.13º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #237030 is Cyan = 0.69, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB 35 112 48 -
CMYK 0.69 0 0.57 0.56
HSL 130.13º 0.52% 0.29% -
HSV(B) 130.13º 0.69% 0.44% -
XYZ 7.02 12.16 4.77 -
YUV 81.68 108.99 94.7 -
System Red Green Blue C M Y K H S L
Decimal 35 112 48 0.69 0 0.57 0.56 130.13 0.52 0.29
Hex 23 70 30 45 0 39 38 82 34 1D
Octal 43 160 60 105 0 71 70 202 64 35
Binary 100011 1110000 110000 1000101 0 111001 111000 10000010 110100 11101

Color Harmonies of #237030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237030

Black with #237030

Text Example


Text Example

White with #237030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #237030; }

 p { color: rgb(35,112,48); }

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

background-color css

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

 a { background-color: rgb(35,112,48); }

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

border-color css

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

 span { border-color: rgb(35,112,48); }

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