Html Css Color HEX #266E30 San Felix

📋 copy color: '#266E30'

red 38 ◦ green 110 ◦ blue 48

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

Shades of San Felix #266E30

Tints of San Felix #266E30

RGB

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

 GREEN value IS 110 (43.36% from 255) = 56.12%

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

R = 19.39%
G = 56.12%
B = 24.49%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.56

 K value IS 0.57

RGB Variations

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

Color information

#266E30 (or 0x266E30) is known color: San Felix. HEX triplet: 26, 6E and 30. RGB value is (38,110,48). Sum of RGB (Red+Green+Blue) = 38+110+48=196 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.39% from 196); Green value is 110 (43.36% from 255 or 56.12% from 196); Blue value is 48 (19.14% from 255 or 24.49% from 196); Max value from RGB is 110 - color contains mainly: green. Hex color #266E30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266E30 is #D991CF. Grayscale: #515151. Windows color (decimal): -14258640 or 3173926. OLE color: 3173926.

HSL color Cylindrical-coordinate representation of color #266E30: hue angle of 128.33º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #266E30 is Cyan = 0.65, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.57.

Color convert

RGB 38 110 48 -
CMYK 0.65 0 0.56 0.57
HSL 128.33º 0.49% 0.29% -
HSV(B) 128.33º 0.65% 0.43% -
XYZ 6.91 11.78 4.71 -
YUV 81.4 109.15 97.04 -
System Red Green Blue C M Y K H S L
Decimal 38 110 48 0.65 0 0.56 0.57 128.33 0.49 0.29
Hex 26 6E 30 41 0 38 39 80 31 1D
Octal 46 156 60 101 0 70 71 200 61 35
Binary 100110 1101110 110000 1000001 0 111000 111001 10000000 110001 11101

Color Harmonies of #266E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266E30

Black with #266E30

Text Example


Text Example

White with #266E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266E30; }

 p { color: rgb(38,110,48); }

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

background-color css

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

 a { background-color: rgb(38,110,48); }

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

border-color css

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

 span { border-color: rgb(38,110,48); }

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