Html Css Color HEX #30370C Turtle Green

📋 copy color: '#30370C'

red 48 ◦ green 55 ◦ blue 12

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

Shades of Turtle Green #30370C

Tints of Turtle Green #30370C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 47.83%

 BLUE value IS 12 (5.08% from 255) = 10.43%

R = 41.74%
G = 47.83%
B = 10.43%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.78

 K value IS 0.78

RGB Variations

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

Color information

#30370C (or 0x30370C) is known color: Turtle Green. HEX triplet: 30, 37 and 0C. RGB value is (48,55,12). Sum of RGB (Red+Green+Blue) = 48+55+12=115 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.74% from 115); Green value is 55 (21.88% from 255 or 47.83% from 115); Blue value is 12 (5.08% from 255 or 10.43% from 115); Max value from RGB is 55 - color contains mainly: green. Hex color #30370C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30370C is #CFC8F3. Grayscale: #303030. Windows color (decimal): -13617396 or 800560. OLE color: 800560.

HSL color Cylindrical-coordinate representation of color #30370C: hue angle of 69.77º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30370C is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.78.

Color convert

RGB 48 55 12 -
CMYK 0.13 0 0.78 0.78
HSL 69.77º 0.64% 0.13% -
HSV(B) 69.77º 0.78% 0.22% -
XYZ 2.65 3.39 0.86 -
YUV 48.01 107.68 128 -
System Red Green Blue C M Y K H S L
Decimal 48 55 12 0.13 0 0.78 0.78 69.77 0.64 0.13
Hex 30 37 C D 0 4E 4E 46 40 D
Octal 60 67 14 15 0 116 116 106 100 15
Binary 110000 110111 1100 1101 0 1001110 1001110 1000110 1000000 1101

Color Harmonies of #30370C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30370C

Black with #30370C

Text Example


Text Example

White with #30370C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30370C; }

 p { color: rgb(48,55,12); }

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

background-color css

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

 a { background-color: rgb(48,55,12); }

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

border-color css

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

 span { border-color: rgb(48,55,12); }

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