#303E02

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

Shades of Turtle Green #303E02

Tints of Turtle Green #303E02

Color information

#303E02 (or 0x303E02) is unknown color: approx Turtle Green. HEX triplet: 30, 3E and 02. RGB value is (48,62,2). Sum of RGB (Red+Green+Blue) = 48+62+2=112 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.86% from 112); Green value is 62 (24.61% from 255 or 55.36% from 112); Blue value is 2 (1.17% from 255 or 1.79% from 112); Max value from RGB is 62 - color contains mainly: green. Hex color #303E02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303E02 is #CFC1FD. Grayscale: #333333. Windows color (decimal): -13615614 or 146992. OLE color: 146992.

HSL color Cylindrical-coordinate representation of color #303E02: hue angle of 74º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #303E02 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.76.

Color convert

RGB48622-
CMYK0.2300.970.76
HSL74º93.75%12.55%-
HSV(B)74º96.77%24.31%-
XYZ2.954.080.69-
YUV50.97100.36125.88-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.86%
GREEN value IS 62 (24.61% from 255) = 55.36%
BLUE value IS 2 (1.17% from 255) = 1.79%
R=42.86%
G=55.36%
B=1.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal486220.2300.970.767493.7512.55
Hex303E2170614C4a5ed
Octal6076227014111411213615
Binary1100001111101010111011000011001100100101010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303E02; }

 p { color: rgb(48,62,2); }

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

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

 a { background-color: rgb(48,62,2); }

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

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

 span { border-color: rgb(48,62,2); }

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