Html Css Color HEX #304317 Turtle Green

📋 copy color: '#304317'

red 48 ◦ green 67 ◦ blue 23

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

Shades of Turtle Green #304317

Tints of Turtle Green #304317

RGB

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

 GREEN value IS 67 (26.56% from 255) = 48.55%

 BLUE value IS 23 (9.38% from 255) = 16.67%

R = 34.78%
G = 48.55%
B = 16.67%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.66

 K value IS 0.74

RGB Variations

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

Color information

#304317 (or 0x304317) is known color: Turtle Green. HEX triplet: 30, 43 and 17. RGB value is (48,67,23). Sum of RGB (Red+Green+Blue) = 48+67+23=138 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.78% from 138); Green value is 67 (26.56% from 255 or 48.55% from 138); Blue value is 23 (9.38% from 255 or 16.67% from 138); Max value from RGB is 67 - color contains mainly: green. Hex color #304317 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304317 is #CFBCE8. Grayscale: #383838. Windows color (decimal): -13614313 or 1524528. OLE color: 1524528.

HSL color Cylindrical-coordinate representation of color #304317: hue angle of 85.91º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #304317 is Cyan = 0.28, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.74.

Color convert

RGB 48 67 23 -
CMYK 0.28 0 0.66 0.74
HSL 85.91º 0.49% 0.18% -
HSV(B) 85.91º 0.66% 0.26% -
XYZ 3.38 4.7 1.54 -
YUV 56.3 109.21 122.08 -
System Red Green Blue C M Y K H S L
Decimal 48 67 23 0.28 0 0.66 0.74 85.91 0.49 0.18
Hex 30 43 17 1C 0 42 4A 56 31 12
Octal 60 103 27 34 0 102 112 126 61 22
Binary 110000 1000011 10111 11100 0 1000010 1001010 1010110 110001 10010

Color Harmonies of #304317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304317

Black with #304317

Text Example


Text Example

White with #304317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304317; }

 p { color: rgb(48,67,23); }

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

background-color css

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

 a { background-color: rgb(48,67,23); }

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

border-color css

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

 span { border-color: rgb(48,67,23); }

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