Html Css Color HEX #2B420B Turtle Green

📋 copy color: '#2B420B'

red 43 ◦ green 66 ◦ blue 11

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

Shades of Turtle Green #2B420B

Tints of Turtle Green #2B420B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 55%

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

R = 35.83%
G = 55%
B = 9.17%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.83

 K value IS 0.74

RGB Variations

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

Color information

#2B420B (or 0x2B420B) is known color: Turtle Green. HEX triplet: 2B, 42 and 0B. RGB value is (43,66,11). Sum of RGB (Red+Green+Blue) = 43+66+11=120 (15% of max value = 765). Red value is 43 (17.19% from 255 or 35.83% from 120); Green value is 66 (26.17% from 255 or 55% from 120); Blue value is 11 (4.69% from 255 or 9.17% from 120); Max value from RGB is 66 - color contains mainly: green. Hex color #2B420B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B420B is #D4BDF4. Grayscale: #353535. Windows color (decimal): -13942261 or 737835. OLE color: 737835.

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

Color convert

RGB 43 66 11 -
CMYK 0.35 0 0.83 0.74
HSL 85.09º 0.71% 0.15% -
HSV(B) 85.09º 0.83% 0.26% -
XYZ 3 4.43 1.01 -
YUV 52.85 104.38 120.97 -
System Red Green Blue C M Y K H S L
Decimal 43 66 11 0.35 0 0.83 0.74 85.09 0.71 0.15
Hex 2B 42 B 23 0 53 4A 55 47 F
Octal 53 102 13 43 0 123 112 125 107 17
Binary 101011 1000010 1011 100011 0 1010011 1001010 1010101 1000111 1111

Color Harmonies of #2B420B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B420B

Black with #2B420B

Text Example


Text Example

White with #2B420B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,66,11); }

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

background-color css

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

 a { background-color: rgb(43,66,11); }

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

border-color css

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

 span { border-color: rgb(43,66,11); }

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