Html Css Color HEX #30692F San Felix

📋 copy color: '#30692F'

red 48 ◦ green 105 ◦ blue 47

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

Shades of San Felix #30692F

Tints of San Felix #30692F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 52.5%

 BLUE value IS 47 (18.75% from 255) = 23.5%

R = 24%
G = 52.5%
B = 23.5%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.55

 K value IS 0.59

RGB Variations

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

Color information

#30692F (or 0x30692F) is known color: San Felix. HEX triplet: 30, 69 and 2F. RGB value is (48,105,47). Sum of RGB (Red+Green+Blue) = 48+105+47=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 105 (41.41% from 255 or 52.5% from 200); Blue value is 47 (18.75% from 255 or 23.5% from 200); Max value from RGB is 105 - color contains mainly: green. Hex color #30692F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30692F is #CF96D0. Grayscale: #515151. Windows color (decimal): -13604561 or 3107120. OLE color: 3107120.

HSL color Cylindrical-coordinate representation of color #30692F: hue angle of 118.97º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #30692F is Cyan = 0.54, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.59.

Color convert

RGB 48 105 47 -
CMYK 0.54 0 0.55 0.59
HSL 118.97º 0.38% 0.3% -
HSV(B) 118.97º 0.55% 0.41% -
XYZ 6.78 10.94 4.44 -
YUV 81.35 108.62 104.22 -
System Red Green Blue C M Y K H S L
Decimal 48 105 47 0.54 0 0.55 0.59 118.97 0.38 0.3
Hex 30 69 2F 36 0 37 3B 77 26 1E
Octal 60 151 57 66 0 67 73 167 46 36
Binary 110000 1101001 101111 110110 0 110111 111011 1110111 100110 11110

Color Harmonies of #30692F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30692F

Black with #30692F

Text Example


Text Example

White with #30692F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30692F; }

 p { color: rgb(48,105,47); }

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

background-color css

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

 a { background-color: rgb(48,105,47); }

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

border-color css

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

 span { border-color: rgb(48,105,47); }

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