Html Css Color HEX #2D300A Green Waterloo

📋 copy color: '#2D300A'

red 45 ◦ green 48 ◦ blue 10

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

Shades of Green Waterloo #2D300A

Tints of Green Waterloo #2D300A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 9.71%

R = 43.69%
G = 46.6%
B = 9.71%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.79

 K value IS 0.81

RGB Variations

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

Color information

#2D300A (or 0x2D300A) is known color: Green Waterloo. HEX triplet: 2D, 30 and 0A. RGB value is (45,48,10). Sum of RGB (Red+Green+Blue) = 45+48+10=103 (13% of max value = 765). Red value is 45 (17.97% from 255 or 43.69% from 103); Green value is 48 (19.14% from 255 or 46.60% from 103); Blue value is 10 (4.30% from 255 or 9.71% from 103); Max value from RGB is 48 - color contains mainly: green. Hex color #2D300A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D300A is #D2CFF5. Grayscale: #2A2A2A. Windows color (decimal): -13815798 or 667693. OLE color: 667693.

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

Color convert

RGB 45 48 10 -
CMYK 0.06 0 0.79 0.81
HSL 64.74º 0.66% 0.11% -
HSV(B) 64.74º 0.79% 0.19% -
XYZ 2.19 2.69 0.69 -
YUV 42.77 109.51 129.59 -
System Red Green Blue C M Y K H S L
Decimal 45 48 10 0.06 0 0.79 0.81 64.74 0.66 0.11
Hex 2D 30 A 6 0 4F 51 41 42 B
Octal 55 60 12 6 0 117 121 101 102 13
Binary 101101 110000 1010 110 0 1001111 1010001 1000001 1000010 1011

Color Harmonies of #2D300A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D300A

Black with #2D300A

Text Example


Text Example

White with #2D300A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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