Html Css Color HEX #344F02 Turtle Green

📋 copy color: '#344F02'

red 52 ◦ green 79 ◦ blue 2

#344F02
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turtle Green #344F02

Tints of Turtle Green #344F02

RGB

 RED value IS 52 (20.7% from 255) = 39.1%

 GREEN value IS 79 (31.25% from 255) = 59.4%

 BLUE value IS 2 (1.17% from 255) = 1.5%

R = 39.1%
G = 59.4%
B = 1.5%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.97

 K value IS 0.69

RGB Variations

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

Color information

#344F02 (or 0x344F02) is known color: 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

RGB 52 79 2 -
CMYK 0.34 0 0.97 0.69
HSL 81.04º 0.95% 0.16% -
HSV(B) 81.04º 0.97% 0.31% -
XYZ 4.22 6.33 1.06 -
YUV 62.15 94.05 120.76 -
System Red Green Blue C M Y K H S L
Decimal 52 79 2 0.34 0 0.97 0.69 81.04 0.95 0.16
Hex 34 4F 2 22 0 61 45 51 5F 10
Octal 64 117 2 42 0 141 105 121 137 20
Binary 110100 1001111 10 100010 0 1100001 1000101 1010001 1011111 10000

Color Harmonies of #344F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344F02

Black with #344F02

Text Example


Text Example

White with #344F02

Text Example


Text Example

HTML Codes & Css Web 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>