Html Css Color HEX #2F3702 Turtle Green

📋 copy color: '#2F3702'

red 47 ◦ green 55 ◦ blue 2

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

Shades of Turtle Green #2F3702

Tints of Turtle Green #2F3702

RGB

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

 GREEN value IS 55 (21.88% from 255) = 52.88%

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

R = 45.19%
G = 52.88%
B = 1.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.96

 K value IS 0.78

RGB Variations

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

Color information

#2F3702 (or 0x2F3702) is known color: Turtle Green. HEX triplet: 2F, 37 and 02. RGB value is (47,55,2). Sum of RGB (Red+Green+Blue) = 47+55+2=104 (13% of max value = 765). Red value is 47 (18.75% from 255 or 45.19% from 104); Green value is 55 (21.88% from 255 or 52.88% from 104); Blue value is 2 (1.17% from 255 or 1.92% from 104); Max value from RGB is 55 - color contains mainly: green. Hex color #2F3702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3702 is #D0C8FD. Grayscale: #2E2E2E. Windows color (decimal): -13682942 or 145199. OLE color: 145199.

HSL color Cylindrical-coordinate representation of color #2F3702: hue angle of 69.06º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2F3702 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.78.

Color convert

RGB 47 55 2 -
CMYK 0.15 0 0.96 0.78
HSL 69.06º 0.93% 0.11% -
HSV(B) 69.06º 0.96% 0.22% -
XYZ 2.55 3.34 0.57 -
YUV 46.57 102.85 128.31 -
System Red Green Blue C M Y K H S L
Decimal 47 55 2 0.15 0 0.96 0.78 69.06 0.93 0.11
Hex 2F 37 2 F 0 60 4E 45 5D B
Octal 57 67 2 17 0 140 116 105 135 13
Binary 101111 110111 10 1111 0 1100000 1001110 1000101 1011101 1011

Color Harmonies of #2F3702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3702

Black with #2F3702

Text Example


Text Example

White with #2F3702

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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