#30350A

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

Shades of Turtle Green #30350A

Tints of Turtle Green #30350A

Color information

#30350A (or 0x30350A) is unknown color: approx Turtle Green. HEX triplet: 30, 35 and 0A. RGB value is (48,53,10). Sum of RGB (Red+Green+Blue) = 48+53+10=111 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.24% from 111); Green value is 53 (21.09% from 255 or 47.75% from 111); Blue value is 10 (4.30% from 255 or 9.01% from 111); Max value from RGB is 53 - color contains mainly: green. Hex color #30350A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30350A is #CFCAF5. Grayscale: #2E2E2E. Windows color (decimal): -13617910 or 668976. OLE color: 668976.

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

Color convert

RGB485310-
CMYK0.0900.810.79
HSL66.98º68.25%12.35%-
HSV(B)66.98º81.13%20.78%-
XYZ2.553.20.77-
YUV46.6107.34129-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 43.24%
GREEN value IS 53 (21.09% from 255) = 47.75%
BLUE value IS 10 (4.30% from 255) = 9.01%
R=43.24%
G=47.75%
B=9.01%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4853100.0900.810.7966.9868.2512.35
Hex3035A90514F4344c
Octal60651211012111710310414
Binary11000011010110101001010100011001111100001110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30350A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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