Html Css Color HEX #304201 Turtle Green

📋 copy color: '#304201'

red 48 ◦ green 66 ◦ blue 1

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

Shades of Turtle Green #304201

Tints of Turtle Green #304201

RGB

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

 GREEN value IS 66 (26.17% from 255) = 57.39%

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

R = 41.74%
G = 57.39%
B = 0.87%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.98

 K value IS 0.74

RGB Variations

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

Color information

#304201 (or 0x304201) is known color: Turtle Green. HEX triplet: 30, 42 and 01. RGB value is (48,66,1). Sum of RGB (Red+Green+Blue) = 48+66+1=115 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.74% from 115); Green value is 66 (26.17% from 255 or 57.39% from 115); Blue value is 1 (0.78% from 255 or 0.87% from 115); Max value from RGB is 66 - color contains mainly: green. Hex color #304201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304201 is #CFBDFE. Grayscale: #353535. Windows color (decimal): -13614591 or 82480. OLE color: 82480.

HSL color Cylindrical-coordinate representation of color #304201: hue angle of 76.62º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #304201 is Cyan = 0.27, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.74.

Color convert

RGB 48 66 1 -
CMYK 0.27 0 0.98 0.74
HSL 76.62º 0.97% 0.13% -
HSV(B) 76.62º 0.98% 0.26% -
XYZ 3.17 4.53 0.74 -
YUV 53.21 98.54 124.29 -
System Red Green Blue C M Y K H S L
Decimal 48 66 1 0.27 0 0.98 0.74 76.62 0.97 0.13
Hex 30 42 1 1B 0 62 4A 4D 61 D
Octal 60 102 1 33 0 142 112 115 141 15
Binary 110000 1000010 1 11011 0 1100010 1001010 1001101 1100001 1101

Color Harmonies of #304201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304201

Black with #304201

Text Example


Text Example

White with #304201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304201; }

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

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

background-color css

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

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

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

border-color css

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

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

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