Html Css Color HEX #2F400B Turtle Green

📋 copy color: '#2F400B'

red 47 ◦ green 64 ◦ blue 11

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

Shades of Turtle Green #2F400B

Tints of Turtle Green #2F400B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 52.46%

 BLUE value IS 11 (4.69% from 255) = 9.02%

R = 38.52%
G = 52.46%
B = 9.02%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.83

 K value IS 0.75

RGB Variations

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

Color information

#2F400B (or 0x2F400B) is known color: Turtle Green. HEX triplet: 2F, 40 and 0B. RGB value is (47,64,11). Sum of RGB (Red+Green+Blue) = 47+64+11=122 (16% of max value = 765). Red value is 47 (18.75% from 255 or 38.52% from 122); Green value is 64 (25.39% from 255 or 52.46% from 122); Blue value is 11 (4.69% from 255 or 9.02% from 122); Max value from RGB is 64 - color contains mainly: green. Hex color #2F400B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F400B is #D0BFF4. Grayscale: #353535. Windows color (decimal): -13680629 or 737327. OLE color: 737327.

HSL color Cylindrical-coordinate representation of color #2F400B: hue angle of 79.25º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2F400B is Cyan = 0.27, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.75.

Color convert

RGB 47 64 11 -
CMYK 0.27 0 0.83 0.75
HSL 79.25º 0.71% 0.15% -
HSV(B) 79.25º 0.83% 0.25% -
XYZ 3.07 4.3 0.98 -
YUV 52.88 104.37 123.81 -
System Red Green Blue C M Y K H S L
Decimal 47 64 11 0.27 0 0.83 0.75 79.25 0.71 0.15
Hex 2F 40 B 1B 0 53 4B 4F 47 F
Octal 57 100 13 33 0 123 113 117 107 17
Binary 101111 1000000 1011 11011 0 1010011 1001011 1001111 1000111 1111

Color Harmonies of #2F400B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F400B

Black with #2F400B

Text Example


Text Example

White with #2F400B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,64,11); }

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

background-color css

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

 a { background-color: rgb(47,64,11); }

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

border-color css

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

 span { border-color: rgb(47,64,11); }

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