#304B0A

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

Shades of Turtle Green #304B0A

Tints of Turtle Green #304B0A

Color information

#304B0A (or 0x304B0A) is unknown color: approx Turtle Green. HEX triplet: 30, 4B and 0A. RGB value is (48,75,10). Sum of RGB (Red+Green+Blue) = 48+75+10=133 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.09% from 133); Green value is 75 (29.69% from 255 or 56.39% from 133); Blue value is 10 (4.30% from 255 or 7.52% from 133); Max value from RGB is 75 - color contains mainly: green. Hex color #304B0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304B0A is #CFB4F5. Grayscale: #3B3B3B. Windows color (decimal): -13612278 or 674608. OLE color: 674608.

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

Color convert

RGB487510-
CMYK0.3600.870.71
HSL84.92º76.47%16.67%-
HSV(B)84.92º86.67%29.41%-
XYZ3.795.681.18-
YUV59.52100.05119.79-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.09%
GREEN value IS 75 (29.69% from 255) = 56.39%
BLUE value IS 10 (4.30% from 255) = 7.52%
R=36.09%
G=56.39%
B=7.52%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4875100.3600.870.7184.9276.4716.67
Hex304BA2405747554c11
Octal601131244012710712511421
Binary110000100101110101001000101011110001111010101100110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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