#304912

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

Shades of Turtle Green #304912

Tints of Turtle Green #304912

Color information

#304912 (or 0x304912) is unknown color: approx Turtle Green. HEX triplet: 30, 49 and 12. RGB value is (48,73,18). Sum of RGB (Red+Green+Blue) = 48+73+18=139 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.53% from 139); Green value is 73 (28.91% from 255 or 52.52% from 139); Blue value is 18 (7.42% from 255 or 12.95% from 139); Max value from RGB is 73 - color contains mainly: green. Hex color #304912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304912 is #CFB6ED. Grayscale: #3B3B3B. Windows color (decimal): -13612782 or 1198384. OLE color: 1198384.

HSL color Cylindrical-coordinate representation of color #304912: hue angle of 87.27º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #304912 is Cyan = 0.34, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.71.

Color convert

RGB487318-
CMYK0.3400.750.71
HSL87.27º60.44%17.84%-
HSV(B)87.27º75.34%28.63%-
XYZ3.715.441.43-
YUV59.26104.72119.97-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.53%
GREEN value IS 73 (28.91% from 255) = 52.52%
BLUE value IS 18 (7.42% from 255) = 12.95%
R=34.53%
G=52.52%
B=12.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4873180.3400.750.7187.2760.4417.84
Hex3049122204B47573c12
Octal60111224201131071277422
Binary110000100100110010100010010010111000111101011111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304912; }

 p { color: rgb(48,73,18); }

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

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

 a { background-color: rgb(48,73,18); }

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

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

 span { border-color: rgb(48,73,18); }

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