Html Css Color HEX #2A2F0F Green Waterloo

📋 copy color: '#2A2F0F'

red 42 ◦ green 47 ◦ blue 15

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

Shades of Green Waterloo #2A2F0F

Tints of Green Waterloo #2A2F0F

RGB

 RED value IS 42 (16.8% from 255) = 40.38%

 GREEN value IS 47 (18.75% from 255) = 45.19%

 BLUE value IS 15 (6.25% from 255) = 14.42%

R = 40.38%
G = 45.19%
B = 14.42%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.68

 K value IS 0.82

RGB Variations

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

Color information

#2A2F0F (or 0x2A2F0F) is known color: Green Waterloo. HEX triplet: 2A, 2F and 0F. RGB value is (42,47,15). Sum of RGB (Red+Green+Blue) = 42+47+15=104 (13% of max value = 765). Red value is 42 (16.80% from 255 or 40.38% from 104); Green value is 47 (18.75% from 255 or 45.19% from 104); Blue value is 15 (6.25% from 255 or 14.42% from 104); Max value from RGB is 47 - color contains mainly: green. Hex color #2A2F0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A2F0F is #D5D0F0. Grayscale: #292929. Windows color (decimal): -14012657 or 995114. OLE color: 995114.

HSL color Cylindrical-coordinate representation of color #2A2F0F: hue angle of 69.38º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A2F0F is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.82.

Color convert

RGB 42 47 15 -
CMYK 0.11 0 0.68 0.82
HSL 69.38º 0.52% 0.12% -
HSV(B) 69.38º 0.68% 0.18% -
XYZ 2.06 2.56 0.84 -
YUV 41.86 112.84 128.1 -
System Red Green Blue C M Y K H S L
Decimal 42 47 15 0.11 0 0.68 0.82 69.38 0.52 0.12
Hex 2A 2F F B 0 44 52 45 34 C
Octal 52 57 17 13 0 104 122 105 64 14
Binary 101010 101111 1111 1011 0 1000100 1010010 1000101 110100 1100

Color Harmonies of #2A2F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A2F0F

Black with #2A2F0F

Text Example


Text Example

White with #2A2F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,47,15); }

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

background-color css

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

 a { background-color: rgb(42,47,15); }

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

border-color css

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

 span { border-color: rgb(42,47,15); }

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