Html Css Color HEX #344C02 Turtle Green

📋 copy color: '#344C02'

red 52 ◦ green 76 ◦ blue 2

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

Shades of Turtle Green #344C02

Tints of Turtle Green #344C02

RGB

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

 GREEN value IS 76 (30.08% from 255) = 58.46%

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

R = 40%
G = 58.46%
B = 1.54%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.97

 K value IS 0.70

RGB Variations

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

Color information

#344C02 (or 0x344C02) is known color: Turtle Green. HEX triplet: 34, 4C and 02. RGB value is (52,76,2). Sum of RGB (Red+Green+Blue) = 52+76+2=130 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40% from 130); Green value is 76 (30.08% from 255 or 58.46% from 130); Blue value is 2 (1.17% from 255 or 1.54% from 130); Max value from RGB is 76 - color contains mainly: green. Hex color #344C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344C02 is #CBB3FD. Grayscale: #3C3C3C. Windows color (decimal): -13349886 or 150580. OLE color: 150580.

HSL color Cylindrical-coordinate representation of color #344C02: hue angle of 79.46º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #344C02 is Cyan = 0.32, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.70.

Color convert

RGB 52 76 2 -
CMYK 0.32 0 0.97 0.70
HSL 79.46º 0.95% 0.15% -
HSV(B) 79.46º 0.97% 0.3% -
XYZ 4.01 5.9 0.99 -
YUV 60.39 95.05 122.02 -
System Red Green Blue C M Y K H S L
Decimal 52 76 2 0.32 0 0.97 0.70 79.46 0.95 0.15
Hex 34 4C 2 20 0 61 46 4F 5F F
Octal 64 114 2 40 0 141 106 117 137 17
Binary 110100 1001100 10 100000 0 1100001 1000110 1001111 1011111 1111

Color Harmonies of #344C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344C02

Black with #344C02

Text Example


Text Example

White with #344C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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