Html Css Color HEX #344002 Turtle Green

📋 copy color: '#344002'

red 52 ◦ green 64 ◦ blue 2

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

Shades of Turtle Green #344002

Tints of Turtle Green #344002

RGB

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

 GREEN value IS 64 (25.39% from 255) = 54.24%

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

R = 44.07%
G = 54.24%
B = 1.69%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.97

 K value IS 0.75

RGB Variations

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

Color information

#344002 (or 0x344002) is known color: Turtle Green. HEX triplet: 34, 40 and 02. RGB value is (52,64,2). Sum of RGB (Red+Green+Blue) = 52+64+2=118 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.07% from 118); Green value is 64 (25.39% from 255 or 54.24% from 118); Blue value is 2 (1.17% from 255 or 1.69% from 118); Max value from RGB is 64 - color contains mainly: green. Hex color #344002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344002 is #CBBFFD. Grayscale: #353535. Windows color (decimal): -13352958 or 147508. OLE color: 147508.

HSL color Cylindrical-coordinate representation of color #344002: hue angle of 71.61º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #344002 is Cyan = 0.19, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.75.

Color convert

RGB 52 64 2 -
CMYK 0.19 0 0.97 0.75
HSL 71.61º 0.94% 0.13% -
HSV(B) 71.61º 0.97% 0.25% -
XYZ 3.26 4.4 0.74 -
YUV 53.34 99.02 127.04 -
System Red Green Blue C M Y K H S L
Decimal 52 64 2 0.19 0 0.97 0.75 71.61 0.94 0.13
Hex 34 40 2 13 0 61 4B 48 5E D
Octal 64 100 2 23 0 141 113 110 136 15
Binary 110100 1000000 10 10011 0 1100001 1001011 1001000 1011110 1101

Color Harmonies of #344002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344002

Black with #344002

Text Example


Text Example

White with #344002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344002; }

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

 H1.HeaderClassName
 {
   color: #344002;
 }
 .AnyTagClassName
 {
   color: #344002;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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