Html Css Color HEX #2B480F Turtle Green

📋 copy color: '#2B480F'

red 43 ◦ green 72 ◦ blue 15

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

Shades of Turtle Green #2B480F

Tints of Turtle Green #2B480F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 11.54%

R = 33.08%
G = 55.38%
B = 11.54%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#2B480F (or 0x2B480F) is known color: Turtle Green. HEX triplet: 2B, 48 and 0F. RGB value is (43,72,15). Sum of RGB (Red+Green+Blue) = 43+72+15=130 (17% of max value = 765). Red value is 43 (17.19% from 255 or 33.08% from 130); Green value is 72 (28.52% from 255 or 55.38% from 130); Blue value is 15 (6.25% from 255 or 11.54% from 130); Max value from RGB is 72 - color contains mainly: green. Hex color #2B480F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B480F is #D4B7F0. Grayscale: #393939. Windows color (decimal): -13940721 or 1001515. OLE color: 1001515.

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

Color convert

RGB 43 72 15 -
CMYK 0.40 0 0.79 0.72
HSL 90.53º 0.66% 0.17% -
HSV(B) 90.53º 0.79% 0.28% -
XYZ 3.4 5.18 1.27 -
YUV 56.83 104.39 118.13 -
System Red Green Blue C M Y K H S L
Decimal 43 72 15 0.40 0 0.79 0.72 90.53 0.66 0.17
Hex 2B 48 F 28 0 4F 48 5B 42 11
Octal 53 110 17 50 0 117 110 133 102 21
Binary 101011 1001000 1111 101000 0 1001111 1001000 1011011 1000010 10001

Color Harmonies of #2B480F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B480F

Black with #2B480F

Text Example


Text Example

White with #2B480F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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