Html Css Color HEX #2F361A Turtle Green

📋 copy color: '#2F361A'

red 47 ◦ green 54 ◦ blue 26

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

Shades of Turtle Green #2F361A

Tints of Turtle Green #2F361A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 42.52%

 BLUE value IS 26 (10.55% from 255) = 20.47%

R = 37.01%
G = 42.52%
B = 20.47%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.52

 K value IS 0.79

RGB Variations

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

Color information

#2F361A (or 0x2F361A) is known color: Turtle Green. HEX triplet: 2F, 36 and 1A. RGB value is (47,54,26). Sum of RGB (Red+Green+Blue) = 47+54+26=127 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.01% from 127); Green value is 54 (21.48% from 255 or 42.52% from 127); Blue value is 26 (10.55% from 255 or 20.47% from 127); Max value from RGB is 54 - color contains mainly: green. Hex color #2F361A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F361A is #D0C9E5. Grayscale: #303030. Windows color (decimal): -13683174 or 1717807. OLE color: 1717807.

HSL color Cylindrical-coordinate representation of color #2F361A: hue angle of 75º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2F361A is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.79.

Color convert

RGB 47 54 26 -
CMYK 0.13 0 0.52 0.79
HSL 75º 0.35% 0.16% -
HSV(B) 75º 0.52% 0.21% -
XYZ 2.68 3.32 1.48 -
YUV 48.72 115.18 126.78 -
System Red Green Blue C M Y K H S L
Decimal 47 54 26 0.13 0 0.52 0.79 75 0.35 0.16
Hex 2F 36 1A D 0 34 4F 4B 23 10
Octal 57 66 32 15 0 64 117 113 43 20
Binary 101111 110110 11010 1101 0 110100 1001111 1001011 100011 10000

Color Harmonies of #2F361A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F361A

Black with #2F361A

Text Example


Text Example

White with #2F361A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,54,26); }

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

background-color css

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

 a { background-color: rgb(47,54,26); }

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

border-color css

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

 span { border-color: rgb(47,54,26); }

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