Html Css Color HEX #30420A Turtle Green

📋 copy color: '#30420A'

red 48 ◦ green 66 ◦ blue 10

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

Shades of Turtle Green #30420A

Tints of Turtle Green #30420A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 53.23%

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

R = 38.71%
G = 53.23%
B = 8.06%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.85

 K value IS 0.74

RGB Variations

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

Color information

#30420A (or 0x30420A) is known color: Turtle Green. HEX triplet: 30, 42 and 0A. RGB value is (48,66,10). Sum of RGB (Red+Green+Blue) = 48+66+10=124 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.71% from 124); Green value is 66 (26.17% from 255 or 53.23% from 124); Blue value is 10 (4.30% from 255 or 8.06% from 124); Max value from RGB is 66 - color contains mainly: green. Hex color #30420A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30420A is #CFBDF5. Grayscale: #363636. Windows color (decimal): -13614582 or 672304. OLE color: 672304.

HSL color Cylindrical-coordinate representation of color #30420A: hue angle of 79.29º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #30420A is Cyan = 0.27, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.74.

Color convert

RGB 48 66 10 -
CMYK 0.27 0 0.85 0.74
HSL 79.29º 0.74% 0.15% -
HSV(B) 79.29º 0.85% 0.26% -
XYZ 3.22 4.55 0.99 -
YUV 54.23 103.04 123.55 -
System Red Green Blue C M Y K H S L
Decimal 48 66 10 0.27 0 0.85 0.74 79.29 0.74 0.15
Hex 30 42 A 1B 0 55 4A 4F 4A F
Octal 60 102 12 33 0 125 112 117 112 17
Binary 110000 1000010 1010 11011 0 1010101 1001010 1001111 1001010 1111

Color Harmonies of #30420A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30420A

Black with #30420A

Text Example


Text Example

White with #30420A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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