Html Css Color HEX #30480B Turtle Green

📋 copy color: '#30480B'

red 48 ◦ green 72 ◦ blue 11

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

Shades of Turtle Green #30480B

Tints of Turtle Green #30480B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 8.4%

R = 36.64%
G = 54.96%
B = 8.4%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.85

 K value IS 0.72

RGB Variations

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

Color information

#30480B (or 0x30480B) is known color: Turtle Green. HEX triplet: 30, 48 and 0B. RGB value is (48,72,11). Sum of RGB (Red+Green+Blue) = 48+72+11=131 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.64% from 131); Green value is 72 (28.52% from 255 or 54.96% from 131); Blue value is 11 (4.69% from 255 or 8.40% from 131); Max value from RGB is 72 - color contains mainly: green. Hex color #30480B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30480B is #CFB7F4. Grayscale: #3A3A3A. Windows color (decimal): -13613045 or 739376. OLE color: 739376.

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

Color convert

RGB 48 72 11 -
CMYK 0.33 0 0.85 0.72
HSL 83.61º 0.73% 0.16% -
HSV(B) 83.61º 0.85% 0.28% -
XYZ 3.6 5.29 1.15 -
YUV 57.87 101.55 120.96 -
System Red Green Blue C M Y K H S L
Decimal 48 72 11 0.33 0 0.85 0.72 83.61 0.73 0.16
Hex 30 48 B 21 0 55 48 54 49 10
Octal 60 110 13 41 0 125 110 124 111 20
Binary 110000 1001000 1011 100001 0 1010101 1001000 1010100 1001001 10000

Color Harmonies of #30480B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30480B

Black with #30480B

Text Example


Text Example

White with #30480B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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