Html Css Color HEX #2B470D Turtle Green

📋 copy color: '#2B470D'

red 43 ◦ green 71 ◦ blue 13

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

Shades of Turtle Green #2B470D

Tints of Turtle Green #2B470D

RGB

 RED value IS 43 (17.19% from 255) = 33.86%

 GREEN value IS 71 (28.13% from 255) = 55.91%

 BLUE value IS 13 (5.47% from 255) = 10.24%

R = 33.86%
G = 55.91%
B = 10.24%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#2B470D (or 0x2B470D) is known color: Turtle Green. HEX triplet: 2B, 47 and 0D. RGB value is (43,71,13). Sum of RGB (Red+Green+Blue) = 43+71+13=127 (16% of max value = 765). Red value is 43 (17.19% from 255 or 33.86% from 127); Green value is 71 (28.12% from 255 or 55.91% from 127); Blue value is 13 (5.47% from 255 or 10.24% from 127); Max value from RGB is 71 - color contains mainly: green. Hex color #2B470D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B470D is #D4B8F2. Grayscale: #383838. Windows color (decimal): -13940979 or 870187. OLE color: 870187.

HSL color Cylindrical-coordinate representation of color #2B470D: hue angle of 88.97º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B470D is Cyan = 0.39, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB 43 71 13 -
CMYK 0.39 0 0.82 0.72
HSL 88.97º 0.69% 0.16% -
HSV(B) 88.97º 0.82% 0.28% -
XYZ 3.32 5.05 1.18 -
YUV 56.02 103.72 118.72 -
System Red Green Blue C M Y K H S L
Decimal 43 71 13 0.39 0 0.82 0.72 88.97 0.69 0.16
Hex 2B 47 D 27 0 52 48 59 45 10
Octal 53 107 15 47 0 122 110 131 105 20
Binary 101011 1000111 1101 100111 0 1010010 1001000 1011001 1000101 10000

Color Harmonies of #2B470D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B470D

Black with #2B470D

Text Example


Text Example

White with #2B470D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,71,13); }

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

background-color css

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

 a { background-color: rgb(43,71,13); }

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

border-color css

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

 span { border-color: rgb(43,71,13); }

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