Html Css Color HEX #30490A Turtle Green

📋 copy color: '#30490A'

red 48 ◦ green 73 ◦ blue 10

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

Shades of Turtle Green #30490A

Tints of Turtle Green #30490A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 55.73%

 BLUE value IS 10 (4.3% from 255) = 7.63%

R = 36.64%
G = 55.73%
B = 7.63%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.86

 K value IS 0.71

RGB Variations

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

Color information

#30490A (or 0x30490A) is known color: Turtle Green. HEX triplet: 30, 49 and 0A. RGB value is (48,73,10). Sum of RGB (Red+Green+Blue) = 48+73+10=131 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.64% from 131); Green value is 73 (28.91% from 255 or 55.73% from 131); Blue value is 10 (4.30% from 255 or 7.63% from 131); Max value from RGB is 73 - color contains mainly: green. Hex color #30490A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30490A is #CFB6F5. Grayscale: #3A3A3A. Windows color (decimal): -13612790 or 674096. OLE color: 674096.

HSL color Cylindrical-coordinate representation of color #30490A: hue angle of 83.81º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #30490A is Cyan = 0.34, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.71.

Color convert

RGB 48 73 10 -
CMYK 0.34 0 0.86 0.71
HSL 83.81º 0.76% 0.16% -
HSV(B) 83.81º 0.86% 0.29% -
XYZ 3.66 5.42 1.14 -
YUV 58.34 100.72 120.62 -
System Red Green Blue C M Y K H S L
Decimal 48 73 10 0.34 0 0.86 0.71 83.81 0.76 0.16
Hex 30 49 A 22 0 56 47 54 4C 10
Octal 60 111 12 42 0 126 107 124 114 20
Binary 110000 1001001 1010 100010 0 1010110 1000111 1010100 1001100 10000

Color Harmonies of #30490A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30490A

Black with #30490A

Text Example


Text Example

White with #30490A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30490A; }

 p { color: rgb(48,73,10); }

 H1.HeaderClassName
 {
   color: #30490A;
 }
 .AnyTagClassName
 {
   color: #30490A;
 }
</style>

background-color css

<style>
 a { background-color: #30490A; }

 a { background-color: rgb(48,73,10); }

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

border-color css

<style>
 span { border-color: #30490A; }

 span { border-color: rgb(48,73,10); }

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