Html Css Color HEX #30480D Turtle Green

📋 copy color: '#30480D'

red 48 ◦ green 72 ◦ blue 13

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

Shades of Turtle Green #30480D

Tints of Turtle Green #30480D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.77%

R = 36.09%
G = 54.14%
B = 9.77%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#30480D (or 0x30480D) is known color: Turtle Green. HEX triplet: 30, 48 and 0D. RGB value is (48,72,13). Sum of RGB (Red+Green+Blue) = 48+72+13=133 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.09% from 133); Green value is 72 (28.52% from 255 or 54.14% from 133); Blue value is 13 (5.47% from 255 or 9.77% from 133); Max value from RGB is 72 - color contains mainly: green. Hex color #30480D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30480D is #CFB7F2. Grayscale: #3A3A3A. Windows color (decimal): -13613043 or 870448. OLE color: 870448.

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

Color convert

RGB 48 72 13 -
CMYK 0.33 0 0.82 0.72
HSL 84.41º 0.69% 0.17% -
HSV(B) 84.41º 0.82% 0.28% -
XYZ 3.61 5.29 1.21 -
YUV 58.1 102.55 120.8 -
System Red Green Blue C M Y K H S L
Decimal 48 72 13 0.33 0 0.82 0.72 84.41 0.69 0.17
Hex 30 48 D 21 0 52 48 54 45 11
Octal 60 110 15 41 0 122 110 124 105 21
Binary 110000 1001000 1101 100001 0 1010010 1001000 1010100 1000101 10001

Color Harmonies of #30480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30480D

Black with #30480D

Text Example


Text Example

White with #30480D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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