Html Css Color HEX #304203 Turtle Green

📋 copy color: '#304203'

red 48 ◦ green 66 ◦ blue 3

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

Shades of Turtle Green #304203

Tints of Turtle Green #304203

RGB

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

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

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

R = 41.03%
G = 56.41%
B = 2.56%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.95

 K value IS 0.74

RGB Variations

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

Color information

#304203 (or 0x304203) is known color: Turtle Green. HEX triplet: 30, 42 and 03. RGB value is (48,66,3). Sum of RGB (Red+Green+Blue) = 48+66+3=117 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.03% from 117); Green value is 66 (26.17% from 255 or 56.41% from 117); Blue value is 3 (1.56% from 255 or 2.56% from 117); Max value from RGB is 66 - color contains mainly: green. Hex color #304203 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304203 is #CFBDFC. Grayscale: #353535. Windows color (decimal): -13614589 or 213552. OLE color: 213552.

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

Color convert

RGB 48 66 3 -
CMYK 0.27 0 0.95 0.74
HSL 77.14º 0.91% 0.14% -
HSV(B) 77.14º 0.95% 0.26% -
XYZ 3.18 4.53 0.79 -
YUV 53.44 99.54 124.12 -
System Red Green Blue C M Y K H S L
Decimal 48 66 3 0.27 0 0.95 0.74 77.14 0.91 0.14
Hex 30 42 3 1B 0 5F 4A 4D 5B E
Octal 60 102 3 33 0 137 112 115 133 16
Binary 110000 1000010 11 11011 0 1011111 1001010 1001101 1011011 1110

Color Harmonies of #304203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304203

Black with #304203

Text Example


Text Example

White with #304203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304203; }

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

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

background-color css

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

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

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

border-color css

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

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

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