#304E01

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

Shades of Turtle Green #304E01

Tints of Turtle Green #304E01

Color information

#304E01 (or 0x304E01) is unknown color: approx Turtle Green. HEX triplet: 30, 4E and 01. RGB value is (48,78,1). Sum of RGB (Red+Green+Blue) = 48+78+1=127 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.80% from 127); Green value is 78 (30.86% from 255 or 61.42% from 127); Blue value is 1 (0.78% from 255 or 0.79% from 127); Max value from RGB is 78 - color contains mainly: green. Hex color #304E01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #304E01 is #CFB1FE. Grayscale: #3C3C3C. Windows color (decimal): -13611519 or 85552. OLE color: 85552.

HSL color Cylindrical-coordinate representation of color #304E01: hue angle of 83.38º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #304E01 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.69.

Color convert

RGB48781-
CMYK0.3800.990.69
HSL83.38º97.47%15.49%-
HSV(B)83.38º98.72%30.59%-
XYZ3.956.080.99-
YUV60.2594.56119.26-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 37.80%
GREEN value IS 78 (30.86% from 255) = 61.42%
BLUE value IS 1 (0.78% from 255) = 0.79%
R=37.80%
G=61.42%
B=0.79%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal487810.3800.990.6983.3897.4715.49
Hex304E126063455361f
Octal60116146014310512314117
Binary11000010011101100110011000111000101101001111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,78,1); }

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

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

 a { background-color: rgb(48,78,1); }

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

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

 span { border-color: rgb(48,78,1); }

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