Html Css Color HEX #30480C Turtle Green

📋 copy color: '#30480C'

red 48 ◦ green 72 ◦ blue 12

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

Shades of Turtle Green #30480C

Tints of Turtle Green #30480C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 54.55%

 BLUE value IS 12 (5.08% from 255) = 9.09%

R = 36.36%
G = 54.55%
B = 9.09%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.83

 K value IS 0.72

RGB Variations

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

Color information

#30480C (or 0x30480C) is known color: Turtle Green. HEX triplet: 30, 48 and 0C. RGB value is (48,72,12). Sum of RGB (Red+Green+Blue) = 48+72+12=132 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.36% from 132); Green value is 72 (28.52% from 255 or 54.55% from 132); Blue value is 12 (5.08% from 255 or 9.09% from 132); Max value from RGB is 72 - color contains mainly: green. Hex color #30480C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30480C is #CFB7F3. Grayscale: #3A3A3A. Windows color (decimal): -13613044 or 804912. OLE color: 804912.

HSL color Cylindrical-coordinate representation of color #30480C: hue angle of 84º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #30480C is Cyan = 0.33, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.72.

Color convert

RGB 48 72 12 -
CMYK 0.33 0 0.83 0.72
HSL 84º 0.71% 0.16% -
HSV(B) 84º 0.83% 0.28% -
XYZ 3.6 5.29 1.18 -
YUV 57.98 102.05 120.88 -
System Red Green Blue C M Y K H S L
Decimal 48 72 12 0.33 0 0.83 0.72 84 0.71 0.16
Hex 30 48 C 21 0 53 48 54 47 10
Octal 60 110 14 41 0 123 110 124 107 20
Binary 110000 1001000 1100 100001 0 1010011 1001000 1010100 1000111 10000

Color Harmonies of #30480C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30480C

Black with #30480C

Text Example


Text Example

White with #30480C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,72,12); }

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

background-color css

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

 a { background-color: rgb(48,72,12); }

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

border-color css

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

 span { border-color: rgb(48,72,12); }

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