#304B12

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

Shades of Turtle Green #304B12

Tints of Turtle Green #304B12

Color information

#304B12 (or 0x304B12) is unknown color: approx Turtle Green. HEX triplet: 30, 4B and 12. RGB value is (48,75,18). Sum of RGB (Red+Green+Blue) = 48+75+18=141 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.04% from 141); Green value is 75 (29.69% from 255 or 53.19% from 141); Blue value is 18 (7.42% from 255 or 12.77% from 141); Max value from RGB is 75 - color contains mainly: green. Hex color #304B12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304B12 is #CFB4ED. Grayscale: #3C3C3C. Windows color (decimal): -13612270 or 1198896. OLE color: 1198896.

HSL color Cylindrical-coordinate representation of color #304B12: hue angle of 88.42º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #304B12 is Cyan = 0.36, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.71.

Color convert

RGB487518-
CMYK0.3600.760.71
HSL88.42º61.29%18.24%-
HSV(B)88.42º76%29.41%-
XYZ3.845.71.47-
YUV60.43104.05119.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.04%
GREEN value IS 75 (29.69% from 255) = 53.19%
BLUE value IS 18 (7.42% from 255) = 12.77%
R=34.04%
G=53.19%
B=12.77%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4875180.3600.760.7188.4261.2918.24
Hex304B122404C47583d12
Octal60113224401141071307522
Binary110000100101110010100100010011001000111101100011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304B12; }

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

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

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

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

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

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

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

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