Html Css Color HEX #304B05 Turtle Green

📋 copy color: '#304B05'

red 48 ◦ green 75 ◦ blue 5

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

Shades of Turtle Green #304B05

Tints of Turtle Green #304B05

RGB

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

 GREEN value IS 75 (29.69% from 255) = 58.59%

 BLUE value IS 5 (2.34% from 255) = 3.91%

R = 37.5%
G = 58.59%
B = 3.91%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.93

 K value IS 0.71

RGB Variations

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

Color information

#304B05 (or 0x304B05) is known color: Turtle Green. HEX triplet: 30, 4B and 05. RGB value is (48,75,5). Sum of RGB (Red+Green+Blue) = 48+75+5=128 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.5% from 128); Green value is 75 (29.69% from 255 or 58.59% from 128); Blue value is 5 (2.34% from 255 or 3.91% from 128); Max value from RGB is 75 - color contains mainly: green. Hex color #304B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304B05 is #CFB4FA. Grayscale: #3B3B3B. Windows color (decimal): -13612283 or 346928. OLE color: 346928.

HSL color Cylindrical-coordinate representation of color #304B05: hue angle of 83.14º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #304B05 is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.71.

Color convert

RGB 48 75 5 -
CMYK 0.36 0 0.93 0.71
HSL 83.14º 0.88% 0.16% -
HSV(B) 83.14º 0.93% 0.29% -
XYZ 3.76 5.67 1.04 -
YUV 58.95 97.55 120.19 -
System Red Green Blue C M Y K H S L
Decimal 48 75 5 0.36 0 0.93 0.71 83.14 0.88 0.16
Hex 30 4B 5 24 0 5D 47 53 58 10
Octal 60 113 5 44 0 135 107 123 130 20
Binary 110000 1001011 101 100100 0 1011101 1000111 1010011 1011000 10000

Color Harmonies of #304B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304B05

Black with #304B05

Text Example


Text Example

White with #304B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304B05; }

 p { color: rgb(48,75,5); }

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

background-color css

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

 a { background-color: rgb(48,75,5); }

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

border-color css

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

 span { border-color: rgb(48,75,5); }

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