Html Css Color HEX #2B5A04 Turtle Green

📋 copy color: '#2B5A04'

red 43 ◦ green 90 ◦ blue 4

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

Shades of Turtle Green #2B5A04

Tints of Turtle Green #2B5A04

RGB

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

 GREEN value IS 90 (35.55% from 255) = 65.69%

 BLUE value IS 4 (1.95% from 255) = 2.92%

R = 31.39%
G = 65.69%
B = 2.92%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.96

 K value IS 0.65

RGB Variations

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

Color information

#2B5A04 (or 0x2B5A04) is known color: Turtle Green. HEX triplet: 2B, 5A and 04. RGB value is (43,90,4). Sum of RGB (Red+Green+Blue) = 43+90+4=137 (18% of max value = 765). Red value is 43 (17.19% from 255 or 31.39% from 137); Green value is 90 (35.55% from 255 or 65.69% from 137); Blue value is 4 (1.95% from 255 or 2.92% from 137); Max value from RGB is 90 - color contains mainly: green. Hex color #2B5A04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B5A04 is #D4A5FB. Grayscale: #424242. Windows color (decimal): -13936124 or 285227. OLE color: 285227.

HSL color Cylindrical-coordinate representation of color #2B5A04: hue angle of 92.79º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2B5A04 is Cyan = 0.52, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.65.

Color convert

RGB 43 90 4 -
CMYK 0.52 0 0.96 0.65
HSL 92.79º 0.91% 0.18% -
HSV(B) 92.79º 0.96% 0.35% -
XYZ 4.67 7.83 1.38 -
YUV 66.14 92.93 111.49 -
System Red Green Blue C M Y K H S L
Decimal 43 90 4 0.52 0 0.96 0.65 92.79 0.91 0.18
Hex 2B 5A 4 34 0 60 41 5D 5B 12
Octal 53 132 4 64 0 140 101 135 133 22
Binary 101011 1011010 100 110100 0 1100000 1000001 1011101 1011011 10010

Color Harmonies of #2B5A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5A04

Black with #2B5A04

Text Example


Text Example

White with #2B5A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,90,4); }

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

background-color css

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

 a { background-color: rgb(43,90,4); }

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

border-color css

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

 span { border-color: rgb(43,90,4); }

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