Html Css Color HEX #304C01 Turtle Green

📋 copy color: '#304C01'

red 48 ◦ green 76 ◦ blue 1

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

Shades of Turtle Green #304C01

Tints of Turtle Green #304C01

RGB

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

 GREEN value IS 76 (30.08% from 255) = 60.8%

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

R = 38.4%
G = 60.8%
B = 0.8%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.99

 K value IS 0.70

RGB Variations

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

Color information

#304C01 (or 0x304C01) is known color: Turtle Green. HEX triplet: 30, 4C and 01. RGB value is (48,76,1). Sum of RGB (Red+Green+Blue) = 48+76+1=125 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.4% from 125); Green value is 76 (30.08% from 255 or 60.8% from 125); Blue value is 1 (0.78% from 255 or 0.8% from 125); Max value from RGB is 76 - color contains mainly: green. Hex color #304C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304C01 is #CFB3FE. Grayscale: #3B3B3B. Windows color (decimal): -13612031 or 85040. OLE color: 85040.

HSL color Cylindrical-coordinate representation of color #304C01: hue angle of 82.4º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #304C01 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.70.

Color convert

RGB 48 76 1 -
CMYK 0.37 0 0.99 0.70
HSL 82.4º 0.97% 0.15% -
HSV(B) 82.4º 0.99% 0.3% -
XYZ 3.81 5.8 0.95 -
YUV 59.08 95.22 120.1 -
System Red Green Blue C M Y K H S L
Decimal 48 76 1 0.37 0 0.99 0.70 82.4 0.97 0.15
Hex 30 4C 1 25 0 63 46 52 61 F
Octal 60 114 1 45 0 143 106 122 141 17
Binary 110000 1001100 1 100101 0 1100011 1000110 1010010 1100001 1111

Color Harmonies of #304C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304C01

Black with #304C01

Text Example


Text Example

White with #304C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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