#30330B

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

Shades of Turtle Green #30330B

Tints of Turtle Green #30330B

Color information

#30330B (or 0x30330B) is unknown color: approx Turtle Green. HEX triplet: 30, 33 and 0B. RGB value is (48,51,11). Sum of RGB (Red+Green+Blue) = 48+51+11=110 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.64% from 110); Green value is 51 (20.31% from 255 or 46.36% from 110); Blue value is 11 (4.69% from 255 or 10% from 110); Max value from RGB is 51 - color contains mainly: green. Hex color #30330B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30330B is #CFCCF4. Grayscale: #2D2D2D. Windows color (decimal): -13618421 or 734000. OLE color: 734000.

HSL color Cylindrical-coordinate representation of color #30330B: hue angle of 64.5º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30330B is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.8.

Color convert

RGB485111-
CMYK0.0600.780.8
HSL64.5º64.52%12.16%-
HSV(B)64.5º78.43%20%-
XYZ2.463.020.77-
YUV45.54108.51129.75-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 43.64%
GREEN value IS 51 (20.31% from 255) = 46.36%
BLUE value IS 11 (4.69% from 255) = 10%
R=43.64%
G=46.36%
B=10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4851110.0600.780.864.564.5212.16
Hex3033B604E504041c
Octal6063136011612010010114
Binary1100001100111011110010011101010000100000010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30330B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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