Html Css Color HEX #267035 San Felix

📋 copy color: '#267035'

red 38 ◦ green 112 ◦ blue 53

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

Shades of San Felix #267035

Tints of San Felix #267035

RGB

 RED value IS 38 (15.23% from 255) = 18.72%

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

 BLUE value IS 53 (21.09% from 255) = 26.11%

R = 18.72%
G = 55.17%
B = 26.11%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#267035 (or 0x267035) is known color: San Felix. HEX triplet: 26, 70 and 35. RGB value is (38,112,53). Sum of RGB (Red+Green+Blue) = 38+112+53=203 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.72% from 203); Green value is 112 (44.14% from 255 or 55.17% from 203); Blue value is 53 (21.09% from 255 or 26.11% from 203); Max value from RGB is 112 - color contains mainly: green. Hex color #267035 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267035 is #D98FCA. Grayscale: #535353. Windows color (decimal): -14258123 or 3502118. OLE color: 3502118.

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

Color convert

RGB 38 112 53 -
CMYK 0.66 0 0.53 0.56
HSL 132.16º 0.49% 0.29% -
HSV(B) 132.16º 0.66% 0.44% -
XYZ 7.24 12.26 5.35 -
YUV 83.15 110.98 95.8 -
System Red Green Blue C M Y K H S L
Decimal 38 112 53 0.66 0 0.53 0.56 132.16 0.49 0.29
Hex 26 70 35 42 0 35 38 84 31 1D
Octal 46 160 65 102 0 65 70 204 61 35
Binary 100110 1110000 110101 1000010 0 110101 111000 10000100 110001 11101

Color Harmonies of #267035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267035

Black with #267035

Text Example


Text Example

White with #267035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267035; }

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

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

background-color css

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

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

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

border-color css

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

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

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