Html Css Color HEX #304701 Turtle Green

📋 copy color: '#304701'

red 48 ◦ green 71 ◦ blue 1

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

Shades of Turtle Green #304701

Tints of Turtle Green #304701

RGB

 RED value IS 48 (19.14% from 255) = 40%

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

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

R = 40%
G = 59.17%
B = 0.83%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#304701 (or 0x304701) is known color: Turtle Green. HEX triplet: 30, 47 and 01. RGB value is (48,71,1). Sum of RGB (Red+Green+Blue) = 48+71+1=120 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40% from 120); Green value is 71 (28.12% from 255 or 59.17% from 120); Blue value is 1 (0.78% from 255 or 0.83% from 120); Max value from RGB is 71 - color contains mainly: green. Hex color #304701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304701 is #CFB8FE. Grayscale: #383838. Windows color (decimal): -13613311 or 83760. OLE color: 83760.

HSL color Cylindrical-coordinate representation of color #304701: hue angle of 79.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 #304701 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB 48 71 1 -
CMYK 0.32 0 0.99 0.72
HSL 79.71º 0.97% 0.14% -
HSV(B) 79.71º 0.99% 0.28% -
XYZ 3.48 5.14 0.84 -
YUV 56.14 96.88 122.19 -
System Red Green Blue C M Y K H S L
Decimal 48 71 1 0.32 0 0.99 0.72 79.71 0.97 0.14
Hex 30 47 1 20 0 63 48 50 61 E
Octal 60 107 1 40 0 143 110 120 141 16
Binary 110000 1000111 1 100000 0 1100011 1001000 1010000 1100001 1110

Color Harmonies of #304701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304701

Black with #304701

Text Example


Text Example

White with #304701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304701; }

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

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

background-color css

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

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

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

border-color css

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

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

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