Html Css Color HEX #304003 Turtle Green

📋 copy color: '#304003'

red 48 ◦ green 64 ◦ blue 3

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

Shades of Turtle Green #304003

Tints of Turtle Green #304003

RGB

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

 GREEN value IS 64 (25.39% from 255) = 55.65%

 BLUE value IS 3 (1.56% from 255) = 2.61%

R = 41.74%
G = 55.65%
B = 2.61%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.95

 K value IS 0.75

RGB Variations

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

Color information

#304003 (or 0x304003) is known color: Turtle Green. HEX triplet: 30, 40 and 03. RGB value is (48,64,3). Sum of RGB (Red+Green+Blue) = 48+64+3=115 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.74% from 115); Green value is 64 (25.39% from 255 or 55.65% from 115); Blue value is 3 (1.56% from 255 or 2.61% from 115); Max value from RGB is 64 - color contains mainly: green. Hex color #304003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304003 is #CFBFFC. Grayscale: #343434. Windows color (decimal): -13615101 or 213040. OLE color: 213040.

HSL color Cylindrical-coordinate representation of color #304003: hue angle of 75.74º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #304003 is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.75.

Color convert

RGB 48 64 3 -
CMYK 0.25 0 0.95 0.75
HSL 75.74º 0.91% 0.13% -
HSV(B) 75.74º 0.95% 0.25% -
XYZ 3.07 4.3 0.75 -
YUV 52.26 100.2 124.96 -
System Red Green Blue C M Y K H S L
Decimal 48 64 3 0.25 0 0.95 0.75 75.74 0.91 0.13
Hex 30 40 3 19 0 5F 4B 4C 5B D
Octal 60 100 3 31 0 137 113 114 133 15
Binary 110000 1000000 11 11001 0 1011111 1001011 1001100 1011011 1101

Color Harmonies of #304003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304003

Black with #304003

Text Example


Text Example

White with #304003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304003; }

 p { color: rgb(48,64,3); }

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

background-color css

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

 a { background-color: rgb(48,64,3); }

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

border-color css

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

 span { border-color: rgb(48,64,3); }

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