Html Css Color HEX #2F3402 Turtle Green

📋 copy color: '#2F3402'

red 47 ◦ green 52 ◦ blue 2

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

Shades of Turtle Green #2F3402

Tints of Turtle Green #2F3402

RGB

 RED value IS 47 (18.75% from 255) = 46.53%

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

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

R = 46.53%
G = 51.49%
B = 1.98%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.96

 K value IS 0.80

RGB Variations

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

Color information

#2F3402 (or 0x2F3402) is known color: Turtle Green. HEX triplet: 2F, 34 and 02. RGB value is (47,52,2). Sum of RGB (Red+Green+Blue) = 47+52+2=101 (13% of max value = 765). Red value is 47 (18.75% from 255 or 46.53% from 101); Green value is 52 (20.70% from 255 or 51.49% from 101); Blue value is 2 (1.17% from 255 or 1.98% from 101); Max value from RGB is 52 - color contains mainly: green. Hex color #2F3402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3402 is #D0CBFD. Grayscale: #2D2D2D. Windows color (decimal): -13683710 or 144431. OLE color: 144431.

HSL color Cylindrical-coordinate representation of color #2F3402: hue angle of 66º 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 #2F3402 is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.80.

Color convert

RGB 47 52 2 -
CMYK 0.10 0 0.96 0.80
HSL 66º 0.93% 0.11% -
HSV(B) 66º 0.96% 0.2% -
XYZ 2.41 3.06 0.52 -
YUV 44.81 103.84 129.57 -
System Red Green Blue C M Y K H S L
Decimal 47 52 2 0.10 0 0.96 0.80 66 0.93 0.11
Hex 2F 34 2 A 0 60 50 42 5D B
Octal 57 64 2 12 0 140 120 102 135 13
Binary 101111 110100 10 1010 0 1100000 1010000 1000010 1011101 1011

Color Harmonies of #2F3402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3402

Black with #2F3402

Text Example


Text Example

White with #2F3402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F3402; }

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

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

background-color css

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

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

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

border-color css

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

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

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