#30450C

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

Shades of Turtle Green #30450C

Tints of Turtle Green #30450C

Color information

#30450C (or 0x30450C) is unknown color: approx Turtle Green. HEX triplet: 30, 45 and 0C. RGB value is (48,69,12). Sum of RGB (Red+Green+Blue) = 48+69+12=129 (17% of max value = 765). Red value is 48 (19.14% from 255 or 37.21% from 129); Green value is 69 (27.34% from 255 or 53.49% from 129); Blue value is 12 (5.08% from 255 or 9.30% from 129); Max value from RGB is 69 - color contains mainly: green. Hex color #30450C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30450C is #CFBAF3. Grayscale: #383838. Windows color (decimal): -13613812 or 804144. OLE color: 804144.

HSL color Cylindrical-coordinate representation of color #30450C: hue angle of 82.11º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #30450C is Cyan = 0.30, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.73.

Color convert

RGB486912-
CMYK0.3000.830.73
HSL82.11º70.37%15.88%-
HSV(B)82.11º82.61%27.06%-
XYZ3.414.911.12-
YUV56.22103.04122.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 37.21%
GREEN value IS 69 (27.34% from 255) = 53.49%
BLUE value IS 12 (5.08% from 255) = 9.30%
R=37.21%
G=53.49%
B=9.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4869120.3000.830.7382.1170.3715.88
Hex3045C1E05349524610
Octal601051436012311112210620
Binary11000010001011100111100101001110010011010010100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30450C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30450C; }

 p { color: rgb(48,69,12); }

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

<style>
 a { background-color: #30450C; }

 a { background-color: rgb(48,69,12); }

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

<style>
 span { border-color: #30450C; }

 span { border-color: rgb(48,69,12); }

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