Html Css Color HEX #304102 Turtle Green

📋 copy color: '#304102'

red 48 ◦ green 65 ◦ blue 2

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

Shades of Turtle Green #304102

Tints of Turtle Green #304102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.74%

R = 41.74%
G = 56.52%
B = 1.74%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.97

 K value IS 0.75

RGB Variations

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

Color information

#304102 (or 0x304102) is known color: Turtle Green. HEX triplet: 30, 41 and 02. RGB value is (48,65,2). Sum of RGB (Red+Green+Blue) = 48+65+2=115 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.74% from 115); Green value is 65 (25.78% from 255 or 56.52% from 115); Blue value is 2 (1.17% from 255 or 1.74% from 115); Max value from RGB is 65 - color contains mainly: green. Hex color #304102 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304102 is #CFBEFD. Grayscale: #343434. Windows color (decimal): -13614846 or 147760. OLE color: 147760.

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

Color convert

RGB 48 65 2 -
CMYK 0.26 0 0.97 0.75
HSL 76.19º 0.94% 0.13% -
HSV(B) 76.19º 0.97% 0.25% -
XYZ 3.12 4.41 0.74 -
YUV 52.74 99.37 124.62 -
System Red Green Blue C M Y K H S L
Decimal 48 65 2 0.26 0 0.97 0.75 76.19 0.94 0.13
Hex 30 41 2 1A 0 61 4B 4C 5E D
Octal 60 101 2 32 0 141 113 114 136 15
Binary 110000 1000001 10 11010 0 1100001 1001011 1001100 1011110 1101

Color Harmonies of #304102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304102

Black with #304102

Text Example


Text Example

White with #304102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304102; }

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

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

background-color css

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

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

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

border-color css

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

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

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