Html Css Color HEX #304103 Turtle Green

📋 copy color: '#304103'

red 48 ◦ green 65 ◦ blue 3

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

Shades of Turtle Green #304103

Tints of Turtle Green #304103

RGB

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

 GREEN value IS 65 (25.78% from 255) = 56.03%

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

R = 41.38%
G = 56.03%
B = 2.59%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.95

 K value IS 0.75

RGB Variations

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

Color information

#304103 (or 0x304103) is known color: Turtle Green. HEX triplet: 30, 41 and 03. RGB value is (48,65,3). Sum of RGB (Red+Green+Blue) = 48+65+3=116 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.38% from 116); Green value is 65 (25.78% from 255 or 56.03% from 116); Blue value is 3 (1.56% from 255 or 2.59% from 116); Max value from RGB is 65 - color contains mainly: green. Hex color #304103 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304103 is #CFBEFC. Grayscale: #353535. Windows color (decimal): -13614845 or 213296. OLE color: 213296.

HSL color Cylindrical-coordinate representation of color #304103: hue angle of 76.45º 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 #304103 is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.75.

Color convert

RGB 48 65 3 -
CMYK 0.26 0 0.95 0.75
HSL 76.45º 0.91% 0.13% -
HSV(B) 76.45º 0.95% 0.25% -
XYZ 3.13 4.42 0.77 -
YUV 52.85 99.87 124.54 -
System Red Green Blue C M Y K H S L
Decimal 48 65 3 0.26 0 0.95 0.75 76.45 0.91 0.13
Hex 30 41 3 1A 0 5F 4B 4C 5B D
Octal 60 101 3 32 0 137 113 114 133 15
Binary 110000 1000001 11 11010 0 1011111 1001011 1001100 1011011 1101

Color Harmonies of #304103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304103

Black with #304103

Text Example


Text Example

White with #304103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304103; }

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

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

background-color css

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

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

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

border-color css

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

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

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