Html Css Color HEX #2F4305 Turtle Green

📋 copy color: '#2F4305'

red 47 ◦ green 67 ◦ blue 5

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

Shades of Turtle Green #2F4305

Tints of Turtle Green #2F4305

RGB

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

 GREEN value IS 67 (26.56% from 255) = 56.3%

 BLUE value IS 5 (2.34% from 255) = 4.2%

R = 39.5%
G = 56.3%
B = 4.2%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.93

 K value IS 0.74

RGB Variations

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

Color information

#2F4305 (or 0x2F4305) is known color: Turtle Green. HEX triplet: 2F, 43 and 05. RGB value is (47,67,5). Sum of RGB (Red+Green+Blue) = 47+67+5=119 (15% of max value = 765). Red value is 47 (18.75% from 255 or 39.50% from 119); Green value is 67 (26.56% from 255 or 56.30% from 119); Blue value is 5 (2.34% from 255 or 4.20% from 119); Max value from RGB is 67 - color contains mainly: green. Hex color #2F4305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4305 is #D0BCFA. Grayscale: #363636. Windows color (decimal): -13679867 or 344879. OLE color: 344879.

HSL color Cylindrical-coordinate representation of color #2F4305: hue angle of 79.35º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2F4305 is Cyan = 0.30, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.74.

Color convert

RGB 47 67 5 -
CMYK 0.30 0 0.93 0.74
HSL 79.35º 0.86% 0.14% -
HSV(B) 79.35º 0.93% 0.26% -
XYZ 3.21 4.63 0.87 -
YUV 53.95 100.37 123.04 -
System Red Green Blue C M Y K H S L
Decimal 47 67 5 0.30 0 0.93 0.74 79.35 0.86 0.14
Hex 2F 43 5 1E 0 5D 4A 4F 56 E
Octal 57 103 5 36 0 135 112 117 126 16
Binary 101111 1000011 101 11110 0 1011101 1001010 1001111 1010110 1110

Color Harmonies of #2F4305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4305

Black with #2F4305

Text Example


Text Example

White with #2F4305

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,67,5); }

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

background-color css

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

 a { background-color: rgb(47,67,5); }

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

border-color css

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

 span { border-color: rgb(47,67,5); }

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