Html Css Color HEX #2F3C02 Turtle Green

📋 copy color: '#2F3C02'

red 47 ◦ green 60 ◦ blue 2

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

Shades of Turtle Green #2F3C02

Tints of Turtle Green #2F3C02

RGB

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

 GREEN value IS 60 (23.83% from 255) = 55.05%

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

R = 43.12%
G = 55.05%
B = 1.83%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.97

 K value IS 0.76

RGB Variations

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

Color information

#2F3C02 (or 0x2F3C02) is known color: Turtle Green. HEX triplet: 2F, 3C and 02. RGB value is (47,60,2). Sum of RGB (Red+Green+Blue) = 47+60+2=109 (14% of max value = 765). Red value is 47 (18.75% from 255 or 43.12% from 109); Green value is 60 (23.83% from 255 or 55.05% from 109); Blue value is 2 (1.17% from 255 or 1.83% from 109); Max value from RGB is 60 - color contains mainly: green. Hex color #2F3C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3C02 is #D0C3FD. Grayscale: #313131. Windows color (decimal): -13681662 or 146479. OLE color: 146479.

HSL color Cylindrical-coordinate representation of color #2F3C02: hue angle of 73.45º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2F3C02 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.76.

Color convert

RGB 47 60 2 -
CMYK 0.22 0 0.97 0.76
HSL 73.45º 0.94% 0.12% -
HSV(B) 73.45º 0.97% 0.24% -
XYZ 2.8 3.84 0.65 -
YUV 49.5 101.19 126.22 -
System Red Green Blue C M Y K H S L
Decimal 47 60 2 0.22 0 0.97 0.76 73.45 0.94 0.12
Hex 2F 3C 2 16 0 61 4C 49 5E C
Octal 57 74 2 26 0 141 114 111 136 14
Binary 101111 111100 10 10110 0 1100001 1001100 1001001 1011110 1100

Color Harmonies of #2F3C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3C02

Black with #2F3C02

Text Example


Text Example

White with #2F3C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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