Html Css Color HEX #2B420F Turtle Green

📋 copy color: '#2B420F'

red 43 ◦ green 66 ◦ blue 15

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

Shades of Turtle Green #2B420F

Tints of Turtle Green #2B420F

RGB

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

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

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

R = 34.68%
G = 53.23%
B = 12.1%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.77

 K value IS 0.74

RGB Variations

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

Color information

#2B420F (or 0x2B420F) is known color: Turtle Green. HEX triplet: 2B, 42 and 0F. RGB value is (43,66,15). Sum of RGB (Red+Green+Blue) = 43+66+15=124 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.68% from 124); Green value is 66 (26.17% from 255 or 53.23% from 124); Blue value is 15 (6.25% from 255 or 12.10% from 124); Max value from RGB is 66 - color contains mainly: green. Hex color #2B420F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B420F is #D4BDF0. Grayscale: #353535. Windows color (decimal): -13942257 or 999979. OLE color: 999979.

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

Color convert

RGB 43 66 15 -
CMYK 0.35 0 0.77 0.74
HSL 87.06º 0.63% 0.16% -
HSV(B) 87.06º 0.77% 0.26% -
XYZ 3.03 4.44 1.15 -
YUV 53.31 106.38 120.65 -
System Red Green Blue C M Y K H S L
Decimal 43 66 15 0.35 0 0.77 0.74 87.06 0.63 0.16
Hex 2B 42 F 23 0 4D 4A 57 3F 10
Octal 53 102 17 43 0 115 112 127 77 20
Binary 101011 1000010 1111 100011 0 1001101 1001010 1010111 111111 10000

Color Harmonies of #2B420F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B420F

Black with #2B420F

Text Example


Text Example

White with #2B420F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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