Html Css Color HEX #2A3001 Turtle Green

📋 copy color: '#2A3001'

red 42 ◦ green 48 ◦ blue 1

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

Shades of Turtle Green #2A3001

Tints of Turtle Green #2A3001

RGB

 RED value IS 42 (16.8% from 255) = 46.15%

 GREEN value IS 48 (19.14% from 255) = 52.75%

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

R = 46.15%
G = 52.75%
B = 1.1%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.98

 K value IS 0.81

RGB Variations

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

Color information

#2A3001 (or 0x2A3001) is known color: Turtle Green. HEX triplet: 2A, 30 and 01. RGB value is (42,48,1). Sum of RGB (Red+Green+Blue) = 42+48+1=91 (12% of max value = 765). Red value is 42 (16.80% from 255 or 46.15% from 91); Green value is 48 (19.14% from 255 or 52.75% from 91); Blue value is 1 (0.78% from 255 or 1.10% from 91); Max value from RGB is 48 - color contains mainly: green. Hex color #2A3001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3001 is #D5CFFE. Grayscale: #292929. Windows color (decimal): -14012415 or 77866. OLE color: 77866.

HSL color Cylindrical-coordinate representation of color #2A3001: hue angle of 67.66º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2A3001 is Cyan = 0.13, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.81.

Color convert

RGB 42 48 1 -
CMYK 0.13 0 0.98 0.81
HSL 67.66º 0.96% 0.1% -
HSV(B) 67.66º 0.98% 0.19% -
XYZ 2.02 2.61 0.43 -
YUV 40.85 105.51 128.82 -
System Red Green Blue C M Y K H S L
Decimal 42 48 1 0.13 0 0.98 0.81 67.66 0.96 0.1
Hex 2A 30 1 D 0 62 51 44 60 A
Octal 52 60 1 15 0 142 121 104 140 12
Binary 101010 110000 1 1101 0 1100010 1010001 1000100 1100000 1010

Color Harmonies of #2A3001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A3001

Black with #2A3001

Text Example


Text Example

White with #2A3001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,48,1); }

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

background-color css

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

 a { background-color: rgb(42,48,1); }

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

border-color css

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

 span { border-color: rgb(42,48,1); }

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