Html Css Color HEX #303D04 Turtle Green

📋 copy color: '#303D04'

red 48 ◦ green 61 ◦ blue 4

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

Shades of Turtle Green #303D04

Tints of Turtle Green #303D04

RGB

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

 GREEN value IS 61 (24.22% from 255) = 53.98%

 BLUE value IS 4 (1.95% from 255) = 3.54%

R = 42.48%
G = 53.98%
B = 3.54%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.93

 K value IS 0.76

RGB Variations

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

Color information

#303D04 (or 0x303D04) is known color: Turtle Green. HEX triplet: 30, 3D and 04. RGB value is (48,61,4). Sum of RGB (Red+Green+Blue) = 48+61+4=113 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.48% from 113); Green value is 61 (24.22% from 255 or 53.98% from 113); Blue value is 4 (1.95% from 255 or 3.54% from 113); Max value from RGB is 61 - color contains mainly: green. Hex color #303D04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303D04 is #CFC2FB. Grayscale: #323232. Windows color (decimal): -13615868 or 277808. OLE color: 277808.

HSL color Cylindrical-coordinate representation of color #303D04: hue angle of 73.68º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #303D04 is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.76.

Color convert

RGB 48 61 4 -
CMYK 0.21 0 0.93 0.76
HSL 73.68º 0.88% 0.13% -
HSV(B) 73.68º 0.93% 0.24% -
XYZ 2.91 3.97 0.73 -
YUV 50.62 101.69 126.13 -
System Red Green Blue C M Y K H S L
Decimal 48 61 4 0.21 0 0.93 0.76 73.68 0.88 0.13
Hex 30 3D 4 15 0 5D 4C 4A 58 D
Octal 60 75 4 25 0 135 114 112 130 15
Binary 110000 111101 100 10101 0 1011101 1001100 1001010 1011000 1101

Color Harmonies of #303D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303D04

Black with #303D04

Text Example


Text Example

White with #303D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303D04; }

 p { color: rgb(48,61,4); }

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

background-color css

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

 a { background-color: rgb(48,61,4); }

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

border-color css

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

 span { border-color: rgb(48,61,4); }

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