Html Css Color HEX #237026 San Felix

📋 copy color: '#237026'

red 35 ◦ green 112 ◦ blue 38

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

Shades of San Felix #237026

Tints of San Felix #237026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 20.54%

R = 18.92%
G = 60.54%
B = 20.54%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#237026 (or 0x237026) is known color: San Felix. HEX triplet: 23, 70 and 26. RGB value is (35,112,38). Sum of RGB (Red+Green+Blue) = 35+112+38=185 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.92% from 185); Green value is 112 (44.14% from 255 or 60.54% from 185); Blue value is 38 (15.23% from 255 or 20.54% from 185); Max value from RGB is 112 - color contains mainly: green. Hex color #237026 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #237026 is #DC8FD9. Grayscale: #505050. Windows color (decimal): -14454746 or 2519075. OLE color: 2519075.

HSL color Cylindrical-coordinate representation of color #237026: hue angle of 122.34º 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 #237026 is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB 35 112 38 -
CMYK 0.69 0 0.66 0.56
HSL 122.34º 0.52% 0.29% -
HSV(B) 122.34º 0.69% 0.44% -
XYZ 6.84 12.09 3.81 -
YUV 80.54 103.99 95.52 -
System Red Green Blue C M Y K H S L
Decimal 35 112 38 0.69 0 0.66 0.56 122.34 0.52 0.29
Hex 23 70 26 45 0 42 38 7A 34 1D
Octal 43 160 46 105 0 102 70 172 64 35
Binary 100011 1110000 100110 1000101 0 1000010 111000 1111010 110100 11101

Color Harmonies of #237026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237026

Black with #237026

Text Example


Text Example

White with #237026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #237026; }

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

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

background-color css

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

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

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

border-color css

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

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

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