Html Css Color HEX #2F5405 Turtle Green

📋 copy color: '#2F5405'

red 47 ◦ green 84 ◦ blue 5

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

Shades of Turtle Green #2F5405

Tints of Turtle Green #2F5405

RGB

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

 GREEN value IS 84 (33.2% from 255) = 61.76%

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

R = 34.56%
G = 61.76%
B = 3.68%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#2F5405 (or 0x2F5405) is known color: Turtle Green. HEX triplet: 2F, 54 and 05. RGB value is (47,84,5). Sum of RGB (Red+Green+Blue) = 47+84+5=136 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.56% from 136); Green value is 84 (33.20% from 255 or 61.76% from 136); Blue value is 5 (2.34% from 255 or 3.68% from 136); Max value from RGB is 84 - color contains mainly: green. Hex color #2F5405 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5405 is #D0ABFA. Grayscale: #404040. Windows color (decimal): -13675515 or 349231. OLE color: 349231.

HSL color Cylindrical-coordinate representation of color #2F5405: hue angle of 88.1º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2F5405 is Cyan = 0.44, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.67.

Color convert

RGB 47 84 5 -
CMYK 0.44 0 0.94 0.67
HSL 88.1º 0.89% 0.17% -
HSV(B) 88.1º 0.94% 0.33% -
XYZ 4.37 6.96 1.26 -
YUV 63.93 94.74 115.92 -
System Red Green Blue C M Y K H S L
Decimal 47 84 5 0.44 0 0.94 0.67 88.1 0.89 0.17
Hex 2F 54 5 2C 0 5E 43 58 59 11
Octal 57 124 5 54 0 136 103 130 131 21
Binary 101111 1010100 101 101100 0 1011110 1000011 1011000 1011001 10001

Color Harmonies of #2F5405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5405

Black with #2F5405

Text Example


Text Example

White with #2F5405

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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