Html Css Color HEX #30652B San Felix

📋 copy color: '#30652B'

red 48 ◦ green 101 ◦ blue 43

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

Shades of San Felix #30652B

Tints of San Felix #30652B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 52.6%

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

R = 25%
G = 52.6%
B = 22.4%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.57

 K value IS 0.60

RGB Variations

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

Color information

#30652B (or 0x30652B) is known color: San Felix. HEX triplet: 30, 65 and 2B. RGB value is (48,101,43). Sum of RGB (Red+Green+Blue) = 48+101+43=192 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25% from 192); Green value is 101 (39.84% from 255 or 52.60% from 192); Blue value is 43 (17.19% from 255 or 22.40% from 192); Max value from RGB is 101 - color contains mainly: green. Hex color #30652B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30652B is #CF9AD4. Grayscale: #4E4E4E. Windows color (decimal): -13605589 or 2843952. OLE color: 2843952.

HSL color Cylindrical-coordinate representation of color #30652B: hue angle of 114.83º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #30652B is Cyan = 0.52, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.60.

Color convert

RGB 48 101 43 -
CMYK 0.52 0 0.57 0.60
HSL 114.83º 0.4% 0.28% -
HSV(B) 114.83º 0.57% 0.4% -
XYZ 6.31 10.11 3.9 -
YUV 78.54 107.94 106.22 -
System Red Green Blue C M Y K H S L
Decimal 48 101 43 0.52 0 0.57 0.60 114.83 0.4 0.28
Hex 30 65 2B 34 0 39 3C 73 28 1C
Octal 60 145 53 64 0 71 74 163 50 34
Binary 110000 1100101 101011 110100 0 111001 111100 1110011 101000 11100

Color Harmonies of #30652B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30652B

Black with #30652B

Text Example


Text Example

White with #30652B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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