Html Css Color HEX #334002 Turtle Green

📋 copy color: '#334002'

red 51 ◦ green 64 ◦ blue 2

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

Shades of Turtle Green #334002

Tints of Turtle Green #334002

RGB

 RED value IS 51 (20.31% from 255) = 43.59%

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

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

R = 43.59%
G = 54.7%
B = 1.71%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.97

 K value IS 0.75

RGB Variations

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

Color information

#334002 (or 0x334002) is known color: Turtle Green. HEX triplet: 33, 40 and 02. RGB value is (51,64,2). Sum of RGB (Red+Green+Blue) = 51+64+2=117 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.59% from 117); Green value is 64 (25.39% from 255 or 54.70% from 117); Blue value is 2 (1.17% from 255 or 1.71% from 117); Max value from RGB is 64 - color contains mainly: green. Hex color #334002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334002 is #CCBFFD. Grayscale: #353535. Windows color (decimal): -13418494 or 147507. OLE color: 147507.

HSL color Cylindrical-coordinate representation of color #334002: hue angle of 72.58º 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 #334002 is Cyan = 0.20, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.75.

Color convert

RGB 51 64 2 -
CMYK 0.20 0 0.97 0.75
HSL 72.58º 0.94% 0.13% -
HSV(B) 72.58º 0.97% 0.25% -
XYZ 3.21 4.37 0.73 -
YUV 53.05 99.19 126.54 -
System Red Green Blue C M Y K H S L
Decimal 51 64 2 0.20 0 0.97 0.75 72.58 0.94 0.13
Hex 33 40 2 14 0 61 4B 49 5E D
Octal 63 100 2 24 0 141 113 111 136 15
Binary 110011 1000000 10 10100 0 1100001 1001011 1001001 1011110 1101

Color Harmonies of #334002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334002

Black with #334002

Text Example


Text Example

White with #334002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334002; }

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

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

background-color css

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

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

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

border-color css

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

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

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