Html Css Color HEX #304200 Turtle Green

📋 copy color: '#304200'

red 48 ◦ green 66 ◦ blue 0

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

Shades of Turtle Green #304200

Tints of Turtle Green #304200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.11%
G = 57.89%
B = 0%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 1

 K value IS 0.74

RGB Variations

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

Color information

#304200 (or 0x304200) is known color: Turtle Green. HEX triplet: 30, 42 and 00. RGB value is (48,66,0). Sum of RGB (Red+Green+Blue) = 48+66+0=114 (15% of max value = 765). Red value is 48 (19.14% from 255 or 42.11% from 114); Green value is 66 (26.17% from 255 or 57.89% from 114); Blue value is 0 (0.39% from 255 or 0% from 114); Max value from RGB is 66 - color contains mainly: green. Hex color #304200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304200 is #CFBDFF. Grayscale: #353535. Windows color (decimal): -13614592 or 16944. OLE color: 16944.

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

Color convert

RGB 48 66 0 -
CMYK 0.27 0 1 0.74
HSL 76.36º 1% 0.13% -
HSV(B) 76.36º 1% 0.26% -
XYZ 3.17 4.52 0.71 -
YUV 53.09 98.04 124.37 -
System Red Green Blue C M Y K H S L
Decimal 48 66 0 0.27 0 1 0.74 76.36 1 0.13
Hex 30 42 0 1B 0 64 4A 4C 64 D
Octal 60 102 0 33 0 144 112 114 144 15
Binary 110000 1000010 0 11011 0 1100100 1001010 1001100 1100100 1101

Color Harmonies of #304200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304200

Black with #304200

Text Example


Text Example

White with #304200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304200; }

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

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

background-color css

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

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

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

border-color css

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

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

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