#30430B

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

Shades of Turtle Green #30430B

Tints of Turtle Green #30430B

Color information

#30430B (or 0x30430B) is unknown color: approx Turtle Green. HEX triplet: 30, 43 and 0B. RGB value is (48,67,11). Sum of RGB (Red+Green+Blue) = 48+67+11=126 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.10% from 126); Green value is 67 (26.56% from 255 or 53.17% from 126); Blue value is 11 (4.69% from 255 or 8.73% from 126); Max value from RGB is 67 - color contains mainly: green. Hex color #30430B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30430B is #CFBCF4. Grayscale: #373737. Windows color (decimal): -13614325 or 738096. OLE color: 738096.

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

Color convert

RGB486711-
CMYK0.2800.840.74
HSL80.36º71.79%15.29%-
HSV(B)80.36º83.58%26.27%-
XYZ3.294.671.04-
YUV54.93103.21123.05-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 38.10%
GREEN value IS 67 (26.56% from 255) = 53.17%
BLUE value IS 11 (4.69% from 255) = 8.73%
R=38.10%
G=53.17%
B=8.73%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4867110.2800.840.7480.3671.7915.29
Hex3043B1C0544A5048f
Octal601031334012411212011017
Binary1100001000011101111100010101001001010101000010010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30430B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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