Html Css Color HEX #30361F Turtle Green

📋 copy color: '#30361F'

red 48 ◦ green 54 ◦ blue 31

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

Shades of Turtle Green #30361F

Tints of Turtle Green #30361F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 40.6%

 BLUE value IS 31 (12.5% from 255) = 23.31%

R = 36.09%
G = 40.6%
B = 23.31%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.43

 K value IS 0.79

RGB Variations

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

Color information

#30361F (or 0x30361F) is known color: Turtle Green. HEX triplet: 30, 36 and 1F. RGB value is (48,54,31). Sum of RGB (Red+Green+Blue) = 48+54+31=133 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.09% from 133); Green value is 54 (21.48% from 255 or 40.60% from 133); Blue value is 31 (12.5% from 255 or 23.31% from 133); Max value from RGB is 54 - color contains mainly: green. Hex color #30361F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30361F is #CFC9E0. Grayscale: #313131. Windows color (decimal): -13617633 or 2045488. OLE color: 2045488.

HSL color Cylindrical-coordinate representation of color #30361F: hue angle of 75.65º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #30361F is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.79.

Color convert

RGB 48 54 31 -
CMYK 0.11 0 0.43 0.79
HSL 75.65º 0.27% 0.17% -
HSV(B) 75.65º 0.43% 0.21% -
XYZ 2.79 3.37 1.8 -
YUV 49.58 117.51 126.87 -
System Red Green Blue C M Y K H S L
Decimal 48 54 31 0.11 0 0.43 0.79 75.65 0.27 0.17
Hex 30 36 1F B 0 2B 4F 4C 1B 11
Octal 60 66 37 13 0 53 117 114 33 21
Binary 110000 110110 11111 1011 0 101011 1001111 1001100 11011 10001

Color Harmonies of #30361F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30361F

Black with #30361F

Text Example


Text Example

White with #30361F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30361F; }

 p { color: rgb(48,54,31); }

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

background-color css

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

 a { background-color: rgb(48,54,31); }

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

border-color css

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

 span { border-color: rgb(48,54,31); }

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