Html Css Color HEX #30662B San Felix

📋 copy color: '#30662B'

red 48 ◦ green 102 ◦ blue 43

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

Shades of San Felix #30662B

Tints of San Felix #30662B

RGB

 RED value IS 48 (19.14% from 255) = 24.87%

 GREEN value IS 102 (40.23% from 255) = 52.85%

 BLUE value IS 43 (17.19% from 255) = 22.28%

R = 24.87%
G = 52.85%
B = 22.28%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.58

 K value IS 0.6

RGB Variations

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

Color information

#30662B (or 0x30662B) is known color: San Felix. HEX triplet: 30, 66 and 2B. RGB value is (48,102,43). Sum of RGB (Red+Green+Blue) = 48+102+43=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 102 (40.23% from 255 or 52.85% from 193); Blue value is 43 (17.19% from 255 or 22.28% from 193); Max value from RGB is 102 - color contains mainly: green. Hex color #30662B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30662B is #CF99D4. Grayscale: #4F4F4F. Windows color (decimal): -13605333 or 2844208. OLE color: 2844208.

HSL color Cylindrical-coordinate representation of color #30662B: hue angle of 114.92º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #30662B is Cyan = 0.53, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.6.

Color convert

RGB 48 102 43 -
CMYK 0.53 0 0.58 0.6
HSL 114.92º 0.41% 0.28% -
HSV(B) 114.92º 0.58% 0.4% -
XYZ 6.41 10.31 3.94 -
YUV 79.13 107.61 105.8 -
System Red Green Blue C M Y K H S L
Decimal 48 102 43 0.53 0 0.58 0.6 114.92 0.41 0.28
Hex 30 66 2B 35 0 3A 3C 73 29 1C
Octal 60 146 53 65 0 72 74 163 51 34
Binary 110000 1100110 101011 110101 0 111010 111100 1110011 101001 11100

Color Harmonies of #30662B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30662B

Black with #30662B

Text Example


Text Example

White with #30662B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30662B; }

 p { color: rgb(48,102,43); }

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

background-color css

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

 a { background-color: rgb(48,102,43); }

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

border-color css

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

 span { border-color: rgb(48,102,43); }

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