Html Css Color HEX #333402 Turtle Green

📋 copy color: '#333402'

red 51 ◦ green 52 ◦ blue 2

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

Shades of Turtle Green #333402

Tints of Turtle Green #333402

RGB

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

 GREEN value IS 52 (20.7% from 255) = 49.52%

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

R = 48.57%
G = 49.52%
B = 1.9%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.96

 K value IS 0.80

RGB Variations

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

Color information

#333402 (or 0x333402) is known color: Turtle Green. HEX triplet: 33, 34 and 02. RGB value is (51,52,2). Sum of RGB (Red+Green+Blue) = 51+52+2=105 (13% of max value = 765). Red value is 51 (20.31% from 255 or 48.57% from 105); Green value is 52 (20.70% from 255 or 49.52% from 105); Blue value is 2 (1.17% from 255 or 1.90% from 105); Max value from RGB is 52 - color contains mainly: green. Hex color #333402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333402 is #CCCBFD. Grayscale: #2E2E2E. Windows color (decimal): -13421566 or 144435. OLE color: 144435.

HSL color Cylindrical-coordinate representation of color #333402: hue angle of 61.2º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #333402 is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.80.

Color convert

RGB 51 52 2 -
CMYK 0.02 0 0.96 0.80
HSL 61.2º 0.93% 0.11% -
HSV(B) 61.2º 0.96% 0.2% -
XYZ 2.6 3.16 0.53 -
YUV 46 103.17 131.57 -
System Red Green Blue C M Y K H S L
Decimal 51 52 2 0.02 0 0.96 0.80 61.2 0.93 0.11
Hex 33 34 2 2 0 60 50 3D 5D B
Octal 63 64 2 2 0 140 120 75 135 13
Binary 110011 110100 10 10 0 1100000 1010000 111101 1011101 1011

Color Harmonies of #333402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333402

Black with #333402

Text Example


Text Example

White with #333402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333402; }

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

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

background-color css

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

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

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

border-color css

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

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

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