Html Css Color HEX #335002 Turtle Green

📋 copy color: '#335002'

red 51 ◦ green 80 ◦ blue 2

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

Shades of Turtle Green #335002

Tints of Turtle Green #335002

RGB

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

 GREEN value IS 80 (31.64% from 255) = 60.15%

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

R = 38.35%
G = 60.15%
B = 1.5%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.98

 K value IS 0.69

RGB Variations

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

Color information

#335002 (or 0x335002) is known color: Turtle Green. HEX triplet: 33, 50 and 02. RGB value is (51,80,2). Sum of RGB (Red+Green+Blue) = 51+80+2=133 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.35% from 133); Green value is 80 (31.64% from 255 or 60.15% from 133); Blue value is 2 (1.17% from 255 or 1.50% from 133); Max value from RGB is 80 - color contains mainly: green. Hex color #335002 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335002 is #CCAFFD. Grayscale: #3E3E3E. Windows color (decimal): -13414398 or 151603. OLE color: 151603.

HSL color Cylindrical-coordinate representation of color #335002: hue angle of 82.31º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #335002 is Cyan = 0.36, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.69.

Color convert

RGB 51 80 2 -
CMYK 0.36 0 0.98 0.69
HSL 82.31º 0.95% 0.16% -
HSV(B) 82.31º 0.98% 0.31% -
XYZ 4.24 6.45 1.08 -
YUV 62.44 93.89 119.84 -
System Red Green Blue C M Y K H S L
Decimal 51 80 2 0.36 0 0.98 0.69 82.31 0.95 0.16
Hex 33 50 2 24 0 62 45 52 5F 10
Octal 63 120 2 44 0 142 105 122 137 20
Binary 110011 1010000 10 100100 0 1100010 1000101 1010010 1011111 10000

Color Harmonies of #335002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335002

Black with #335002

Text Example


Text Example

White with #335002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335002; }

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

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

background-color css

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

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

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

border-color css

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

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

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