#304B03

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

Shades of Turtle Green #304B03

Tints of Turtle Green #304B03

Color information

#304B03 (or 0x304B03) is unknown color: approx Turtle Green. HEX triplet: 30, 4B and 03. RGB value is (48,75,3). Sum of RGB (Red+Green+Blue) = 48+75+3=126 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.10% from 126); Green value is 75 (29.69% from 255 or 59.52% from 126); Blue value is 3 (1.56% from 255 or 2.38% from 126); Max value from RGB is 75 - color contains mainly: green. Hex color #304B03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304B03 is #CFB4FC. Grayscale: #3A3A3A. Windows color (decimal): -13612285 or 215856. OLE color: 215856.

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

Color convert

RGB48753-
CMYK0.3600.960.71
HSL82.5º92.31%15.29%-
HSV(B)82.5º96%29.41%-
XYZ3.755.670.98-
YUV58.7296.55120.35-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 38.10%
GREEN value IS 75 (29.69% from 255) = 59.52%
BLUE value IS 3 (1.56% from 255) = 2.38%
R=38.10%
G=59.52%
B=2.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal487530.3600.960.7182.592.3115.29
Hex304B32406047525cf
Octal60113344014010712213417
Binary110000100101111100100011000001000111101001010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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