Html Css Color HEX #2B480D Turtle Green

📋 copy color: '#2B480D'

red 43 ◦ green 72 ◦ blue 13

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

Shades of Turtle Green #2B480D

Tints of Turtle Green #2B480D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 56.25%

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

R = 33.59%
G = 56.25%
B = 10.16%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#2B480D (or 0x2B480D) is known color: Turtle Green. HEX triplet: 2B, 48 and 0D. RGB value is (43,72,13). Sum of RGB (Red+Green+Blue) = 43+72+13=128 (16% of max value = 765). Red value is 43 (17.19% from 255 or 33.59% from 128); Green value is 72 (28.52% from 255 or 56.25% from 128); Blue value is 13 (5.47% from 255 or 10.16% from 128); Max value from RGB is 72 - color contains mainly: green. Hex color #2B480D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B480D is #D4B7F2. Grayscale: #383838. Windows color (decimal): -13940723 or 870443. OLE color: 870443.

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

Color convert

RGB 43 72 13 -
CMYK 0.40 0 0.82 0.72
HSL 89.49º 0.69% 0.17% -
HSV(B) 89.49º 0.82% 0.28% -
XYZ 3.39 5.18 1.2 -
YUV 56.6 103.39 118.3 -
System Red Green Blue C M Y K H S L
Decimal 43 72 13 0.40 0 0.82 0.72 89.49 0.69 0.17
Hex 2B 48 D 28 0 52 48 59 45 11
Octal 53 110 15 50 0 122 110 131 105 21
Binary 101011 1001000 1101 101000 0 1010010 1001000 1011001 1000101 10001

Color Harmonies of #2B480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B480D

Black with #2B480D

Text Example


Text Example

White with #2B480D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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