#344F02

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

Shades of Turtle Green #344F02

Tints of Turtle Green #344F02

Color information

#344F02 (or 0x344F02) is unknown color: approx Turtle Green. HEX triplet: 34, 4F and 02. RGB value is (52,79,2). Sum of RGB (Red+Green+Blue) = 52+79+2=133 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.10% from 133); Green value is 79 (31.25% from 255 or 59.40% from 133); Blue value is 2 (1.17% from 255 or 1.50% from 133); Max value from RGB is 79 - color contains mainly: green. Hex color #344F02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #344F02 is #CBB0FD. Grayscale: #3E3E3E. Windows color (decimal): -13349118 or 151348. OLE color: 151348.

HSL color Cylindrical-coordinate representation of color #344F02: hue angle of 81.04º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #344F02 is Cyan = 0.34, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.69.

Color convert

RGB52792-
CMYK0.3400.970.69
HSL81.04º95.06%15.88%-
HSV(B)81.04º97.47%30.98%-
XYZ4.226.331.06-
YUV62.1594.05120.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 39.10%
GREEN value IS 79 (31.25% from 255) = 59.40%
BLUE value IS 2 (1.17% from 255) = 1.50%
R=39.10%
G=59.40%
B=1.50%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal527920.3400.970.6981.0495.0615.88
Hex344F22206145515f10
Octal64117242014110512113720
Binary1101001001111101000100110000110001011010001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344F02; }

 p { color: rgb(52,79,2); }

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

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

 a { background-color: rgb(52,79,2); }

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

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

 span { border-color: rgb(52,79,2); }

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