Html Css Color HEX #224701 Turtle Green

📋 copy color: '#224701'

red 34 ◦ green 71 ◦ blue 1

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

Shades of Turtle Green #224701

Tints of Turtle Green #224701

RGB

 RED value IS 34 (13.67% from 255) = 32.08%

 GREEN value IS 71 (28.13% from 255) = 66.98%

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

R = 32.08%
G = 66.98%
B = 0.94%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#224701 (or 0x224701) is known color: Turtle Green. HEX triplet: 22, 47 and 01. RGB value is (34,71,1). Sum of RGB (Red+Green+Blue) = 34+71+1=106 (14% of max value = 765). Red value is 34 (13.67% from 255 or 32.08% from 106); Green value is 71 (28.12% from 255 or 66.98% from 106); Blue value is 1 (0.78% from 255 or 0.94% from 106); Max value from RGB is 71 - color contains mainly: green. Hex color #224701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #224701 is #DDB8FE. Grayscale: #343434. Windows color (decimal): -14530815 or 83746. OLE color: 83746.

HSL color Cylindrical-coordinate representation of color #224701: hue angle of 91.71º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #224701 is Cyan = 0.52, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB 34 71 1 -
CMYK 0.52 0 0.99 0.72
HSL 91.71º 0.97% 0.14% -
HSV(B) 91.71º 0.99% 0.28% -
XYZ 2.92 4.85 0.81 -
YUV 51.96 99.24 115.19 -
System Red Green Blue C M Y K H S L
Decimal 34 71 1 0.52 0 0.99 0.72 91.71 0.97 0.14
Hex 22 47 1 34 0 63 48 5C 61 E
Octal 42 107 1 64 0 143 110 134 141 16
Binary 100010 1000111 1 110100 0 1100011 1001000 1011100 1100001 1110

Color Harmonies of #224701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224701

Black with #224701

Text Example


Text Example

White with #224701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224701; }

 p { color: rgb(34,71,1); }

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

background-color css

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

 a { background-color: rgb(34,71,1); }

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

border-color css

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

 span { border-color: rgb(34,71,1); }

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