Html Css Color HEX #303B05 Turtle Green

📋 copy color: '#303B05'

red 48 ◦ green 59 ◦ blue 5

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

Shades of Turtle Green #303B05

Tints of Turtle Green #303B05

RGB

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

 GREEN value IS 59 (23.44% from 255) = 52.68%

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

R = 42.86%
G = 52.68%
B = 4.46%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.92

 K value IS 0.77

RGB Variations

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

Color information

#303B05 (or 0x303B05) is known color: Turtle Green. HEX triplet: 30, 3B and 05. RGB value is (48,59,5). Sum of RGB (Red+Green+Blue) = 48+59+5=112 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.86% from 112); Green value is 59 (23.44% from 255 or 52.68% from 112); Blue value is 5 (2.34% from 255 or 4.46% from 112); Max value from RGB is 59 - color contains mainly: green. Hex color #303B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303B05 is #CFC4FA. Grayscale: #313131. Windows color (decimal): -13616379 or 342832. OLE color: 342832.

HSL color Cylindrical-coordinate representation of color #303B05: hue angle of 72.22º degrees, saturation: 0.84, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #303B05 is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.77.

Color convert

RGB 48 59 5 -
CMYK 0.19 0 0.92 0.77
HSL 72.22º 0.84% 0.13% -
HSV(B) 72.22º 0.92% 0.23% -
XYZ 2.81 3.77 0.72 -
YUV 49.56 102.86 126.89 -
System Red Green Blue C M Y K H S L
Decimal 48 59 5 0.19 0 0.92 0.77 72.22 0.84 0.13
Hex 30 3B 5 13 0 5C 4D 48 54 D
Octal 60 73 5 23 0 134 115 110 124 15
Binary 110000 111011 101 10011 0 1011100 1001101 1001000 1010100 1101

Color Harmonies of #303B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303B05

Black with #303B05

Text Example


Text Example

White with #303B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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