Html Css Color HEX #305409 Turtle Green

📋 copy color: '#305409'

red 48 ◦ green 84 ◦ blue 9

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

Shades of Turtle Green #305409

Tints of Turtle Green #305409

RGB

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

 GREEN value IS 84 (33.2% from 255) = 59.57%

 BLUE value IS 9 (3.91% from 255) = 6.38%

R = 34.04%
G = 59.57%
B = 6.38%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#305409 (or 0x305409) is known color: Turtle Green. HEX triplet: 30, 54 and 09. RGB value is (48,84,9). Sum of RGB (Red+Green+Blue) = 48+84+9=141 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.04% from 141); Green value is 84 (33.20% from 255 or 59.57% from 141); Blue value is 9 (3.91% from 255 or 6.38% from 141); Max value from RGB is 84 - color contains mainly: green. Hex color #305409 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305409 is #CFABF6. Grayscale: #404040. Windows color (decimal): -13609975 or 611376. OLE color: 611376.

HSL color Cylindrical-coordinate representation of color #305409: hue angle of 88.8º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #305409 is Cyan = 0.43, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 84 9 -
CMYK 0.43 0 0.89 0.67
HSL 88.8º 0.81% 0.18% -
HSV(B) 88.8º 0.89% 0.33% -
XYZ 4.44 6.99 1.37 -
YUV 64.69 96.57 116.1 -
System Red Green Blue C M Y K H S L
Decimal 48 84 9 0.43 0 0.89 0.67 88.8 0.81 0.18
Hex 30 54 9 2B 0 59 43 59 51 12
Octal 60 124 11 53 0 131 103 131 121 22
Binary 110000 1010100 1001 101011 0 1011001 1000011 1011001 1010001 10010

Color Harmonies of #305409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305409

Black with #305409

Text Example


Text Example

White with #305409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305409; }

 p { color: rgb(48,84,9); }

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

background-color css

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

 a { background-color: rgb(48,84,9); }

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

border-color css

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

 span { border-color: rgb(48,84,9); }

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