Html Css Color HEX #304702 Turtle Green

📋 copy color: '#304702'

red 48 ◦ green 71 ◦ blue 2

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

Shades of Turtle Green #304702

Tints of Turtle Green #304702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.65%

R = 39.67%
G = 58.68%
B = 1.65%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#304702 (or 0x304702) is known color: Turtle Green. HEX triplet: 30, 47 and 02. RGB value is (48,71,2). Sum of RGB (Red+Green+Blue) = 48+71+2=121 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.67% from 121); Green value is 71 (28.12% from 255 or 58.68% from 121); Blue value is 2 (1.17% from 255 or 1.65% from 121); Max value from RGB is 71 - color contains mainly: green. Hex color #304702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304702 is #CFB8FD. Grayscale: #383838. Windows color (decimal): -13613310 or 149296. OLE color: 149296.

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

Color convert

RGB 48 71 2 -
CMYK 0.32 0 0.97 0.72
HSL 80º 0.95% 0.14% -
HSV(B) 80º 0.97% 0.28% -
XYZ 3.48 5.14 0.87 -
YUV 56.26 97.38 122.11 -
System Red Green Blue C M Y K H S L
Decimal 48 71 2 0.32 0 0.97 0.72 80 0.95 0.14
Hex 30 47 2 20 0 61 48 50 5F E
Octal 60 107 2 40 0 141 110 120 137 16
Binary 110000 1000111 10 100000 0 1100001 1001000 1010000 1011111 1110

Color Harmonies of #304702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304702

Black with #304702

Text Example


Text Example

White with #304702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304702; }

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

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

background-color css

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

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

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

border-color css

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

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

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