#30350B

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

Shades of Turtle Green #30350B

Tints of Turtle Green #30350B

Color information

#30350B (or 0x30350B) is unknown color: approx Turtle Green. HEX triplet: 30, 35 and 0B. RGB value is (48,53,11). Sum of RGB (Red+Green+Blue) = 48+53+11=112 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.86% from 112); Green value is 53 (21.09% from 255 or 47.32% from 112); Blue value is 11 (4.69% from 255 or 9.82% from 112); Max value from RGB is 53 - color contains mainly: green. Hex color #30350B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30350B is #CFCAF4. Grayscale: #2E2E2E. Windows color (decimal): -13617909 or 734512. OLE color: 734512.

HSL color Cylindrical-coordinate representation of color #30350B: hue angle of 67.14º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30350B is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.79.

Color convert

RGB485311-
CMYK0.0900.790.79
HSL67.14º65.62%12.55%-
HSV(B)67.14º79.25%20.78%-
XYZ2.553.20.8-
YUV46.72107.84128.92-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.86%
GREEN value IS 53 (21.09% from 255) = 47.32%
BLUE value IS 11 (4.69% from 255) = 9.82%
R=42.86%
G=47.32%
B=9.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4853110.0900.790.7967.1465.6212.55
Hex3035B904F4F4342d
Octal60651311011711710310215
Binary11000011010110111001010011111001111100001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30350B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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