Html Css Color HEX #30682C San Felix

📋 copy color: '#30682C'

red 48 ◦ green 104 ◦ blue 44

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

Shades of San Felix #30682C

Tints of San Felix #30682C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 53.06%

 BLUE value IS 44 (17.58% from 255) = 22.45%

R = 24.49%
G = 53.06%
B = 22.45%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.58

 K value IS 0.59

RGB Variations

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

Color information

#30682C (or 0x30682C) is known color: San Felix. HEX triplet: 30, 68 and 2C. RGB value is (48,104,44). Sum of RGB (Red+Green+Blue) = 48+104+44=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 104 (41.02% from 255 or 53.06% from 196); Blue value is 44 (17.58% from 255 or 22.45% from 196); Max value from RGB is 104 - color contains mainly: green. Hex color #30682C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30682C is #CF97D3. Grayscale: #505050. Windows color (decimal): -13604820 or 2910256. OLE color: 2910256.

HSL color Cylindrical-coordinate representation of color #30682C: hue angle of 116º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #30682C is Cyan = 0.54, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.59.

Color convert

RGB 48 104 44 -
CMYK 0.54 0 0.58 0.59
HSL 116º 0.41% 0.29% -
HSV(B) 116º 0.58% 0.41% -
XYZ 6.62 10.71 4.1 -
YUV 80.42 107.45 104.88 -
System Red Green Blue C M Y K H S L
Decimal 48 104 44 0.54 0 0.58 0.59 116 0.41 0.29
Hex 30 68 2C 36 0 3A 3B 74 29 1D
Octal 60 150 54 66 0 72 73 164 51 35
Binary 110000 1101000 101100 110110 0 111010 111011 1110100 101001 11101

Color Harmonies of #30682C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30682C

Black with #30682C

Text Example


Text Example

White with #30682C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30682C; }

 p { color: rgb(48,104,44); }

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

background-color css

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

 a { background-color: rgb(48,104,44); }

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

border-color css

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

 span { border-color: rgb(48,104,44); }

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