#304200

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

Shades of Turtle Green #304200

Tints of Turtle Green #304200

Color information

#304200 (or 0x304200) is unknown color: approx Turtle Green. HEX triplet: 30, 42 and 00. RGB value is (48,66,0). Sum of RGB (Red+Green+Blue) = 48+66+0=114 (15% of max value = 765). Red value is 48 (19.14% from 255 or 42.11% from 114); Green value is 66 (26.17% from 255 or 57.89% from 114); Blue value is 0 (0.39% from 255 or 0% from 114); Max value from RGB is 66 - color contains mainly: green. Hex color #304200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304200 is #CFBDFF. Grayscale: #353535. Windows color (decimal): -13614592 or 16944. OLE color: 16944.

HSL color Cylindrical-coordinate representation of color #304200: hue angle of 76.36º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #304200 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.74.

Color convert

RGB48660-
CMYK0.27010.74
HSL76.36º100%12.94%-
HSV(B)76.36º100%25.88%-
XYZ3.174.520.71-
YUV53.0998.04124.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.11%
GREEN value IS 66 (26.17% from 255) = 57.89%
BLUE value IS 0 (0.39% from 255) = 0%
R=42.11%
G=57.89%
B=0%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal486600.27010.7476.3610012.94
Hex304201B0644A4c64d
Octal60102033014411211414415
Binary1100001000010011011011001001001010100110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304200; }

 p { color: rgb(48,66,0); }

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

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

 a { background-color: rgb(48,66,0); }

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

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

 span { border-color: rgb(48,66,0); }

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