#30420B

Color #30420B Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #30420B

Tints of Turtle Green #30420B

Color information

#30420B (or 0x30420B) is unknown color: approx Turtle Green. HEX triplet: 30, 42 and 0B. RGB value is (48,66,11). Sum of RGB (Red+Green+Blue) = 48+66+11=125 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.4% from 125); Green value is 66 (26.17% from 255 or 52.8% from 125); Blue value is 11 (4.69% from 255 or 8.8% from 125); Max value from RGB is 66 - color contains mainly: green. Hex color #30420B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30420B is #CFBDF4. Grayscale: #363636. Windows color (decimal): -13614581 or 737840. OLE color: 737840.

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

Color convert

RGB486611-
CMYK0.2700.830.74
HSL79.64º71.43%15.1%-
HSV(B)79.64º83.33%25.88%-
XYZ3.234.551.02-
YUV54.35103.54123.47-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 38.4%
GREEN value IS 66 (26.17% from 255) = 52.8%
BLUE value IS 11 (4.69% from 255) = 8.8%
R=38.4%
G=52.8%
B=8.8%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4866110.2700.830.7479.6471.4315.1
Hex3042B1B0534A5047f
Octal601021333012311212010717
Binary1100001000010101111011010100111001010101000010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30420B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #30420B;
 }
 .AnyTagClassName
 {
   color: #30420B;
 }
</style>
background-color css

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

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

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

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

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

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