Html Css Color HEX #2B4A01 Turtle Green

📋 copy color: '#2B4A01'

red 43 ◦ green 74 ◦ blue 1

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

Shades of Turtle Green #2B4A01

Tints of Turtle Green #2B4A01

RGB

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

 GREEN value IS 74 (29.3% from 255) = 62.71%

 BLUE value IS 1 (0.78% from 255) = 0.85%

R = 36.44%
G = 62.71%
B = 0.85%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.99

 K value IS 0.71

RGB Variations

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

Color information

#2B4A01 (or 0x2B4A01) is known color: Turtle Green. HEX triplet: 2B, 4A and 01. RGB value is (43,74,1). Sum of RGB (Red+Green+Blue) = 43+74+1=118 (15% of max value = 765). Red value is 43 (17.19% from 255 or 36.44% from 118); Green value is 74 (29.30% from 255 or 62.71% from 118); Blue value is 1 (0.78% from 255 or 0.85% from 118); Max value from RGB is 74 - color contains mainly: green. Hex color #2B4A01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4A01 is #D4B5FE. Grayscale: #383838. Windows color (decimal): -13940223 or 84523. OLE color: 84523.

HSL color Cylindrical-coordinate representation of color #2B4A01: hue angle of 85.48º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2B4A01 is Cyan = 0.42, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.71.

Color convert

RGB 43 74 1 -
CMYK 0.42 0 0.99 0.71
HSL 85.48º 0.97% 0.15% -
HSV(B) 85.48º 0.99% 0.29% -
XYZ 3.45 5.41 0.89 -
YUV 56.41 96.73 118.44 -
System Red Green Blue C M Y K H S L
Decimal 43 74 1 0.42 0 0.99 0.71 85.48 0.97 0.15
Hex 2B 4A 1 2A 0 63 47 55 61 F
Octal 53 112 1 52 0 143 107 125 141 17
Binary 101011 1001010 1 101010 0 1100011 1000111 1010101 1100001 1111

Color Harmonies of #2B4A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4A01

Black with #2B4A01

Text Example


Text Example

White with #2B4A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,74,1); }

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

background-color css

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

 a { background-color: rgb(43,74,1); }

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

border-color css

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

 span { border-color: rgb(43,74,1); }

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