Html Css Color HEX #2D300D Green Waterloo

📋 copy color: '#2D300D'

red 45 ◦ green 48 ◦ blue 13

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

Shades of Green Waterloo #2D300D

Tints of Green Waterloo #2D300D

RGB

 RED value IS 45 (17.97% from 255) = 42.45%

 GREEN value IS 48 (19.14% from 255) = 45.28%

 BLUE value IS 13 (5.47% from 255) = 12.26%

R = 42.45%
G = 45.28%
B = 12.26%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.73

 K value IS 0.81

RGB Variations

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

Color information

#2D300D (or 0x2D300D) is known color: Green Waterloo. HEX triplet: 2D, 30 and 0D. RGB value is (45,48,13). Sum of RGB (Red+Green+Blue) = 45+48+13=106 (14% of max value = 765). Red value is 45 (17.97% from 255 or 42.45% from 106); Green value is 48 (19.14% from 255 or 45.28% from 106); Blue value is 13 (5.47% from 255 or 12.26% from 106); Max value from RGB is 48 - color contains mainly: green. Hex color #2D300D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D300D is #D2CFF2. Grayscale: #2B2B2B. Windows color (decimal): -13815795 or 864301. OLE color: 864301.

HSL color Cylindrical-coordinate representation of color #2D300D: hue angle of 65.14º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2D300D is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.81.

Color convert

RGB 45 48 13 -
CMYK 0.06 0 0.73 0.81
HSL 65.14º 0.57% 0.12% -
HSV(B) 65.14º 0.73% 0.19% -
XYZ 2.21 2.7 0.79 -
YUV 43.11 111.01 129.35 -
System Red Green Blue C M Y K H S L
Decimal 45 48 13 0.06 0 0.73 0.81 65.14 0.57 0.12
Hex 2D 30 D 6 0 49 51 41 39 C
Octal 55 60 15 6 0 111 121 101 71 14
Binary 101101 110000 1101 110 0 1001001 1010001 1000001 111001 1100

Color Harmonies of #2D300D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D300D

Black with #2D300D

Text Example


Text Example

White with #2D300D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D300D; }

 p { color: rgb(45,48,13); }

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

background-color css

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

 a { background-color: rgb(45,48,13); }

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

border-color css

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

 span { border-color: rgb(45,48,13); }

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