Html Css Color HEX #2D7A2D Japanese Laurel

📋 copy color: '#2D7A2D'

red 45 ◦ green 122 ◦ blue 45

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

Shades of Japanese Laurel #2D7A2D

Tints of Japanese Laurel #2D7A2D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 57.55%

 BLUE value IS 45 (17.97% from 255) = 21.23%

R = 21.23%
G = 57.55%
B = 21.23%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.63

 K value IS 0.52

RGB Variations

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

Color information

#2D7A2D (or 0x2D7A2D) is known color: Japanese Laurel. HEX triplet: 2D, 7A and 2D. RGB value is (45,122,45). Sum of RGB (Red+Green+Blue) = 45+122+45=212 (28% of max value = 765). Red value is 45 (17.97% from 255 or 21.23% from 212); Green value is 122 (48.05% from 255 or 57.55% from 212); Blue value is 45 (17.97% from 255 or 21.23% from 212); Max value from RGB is 122 - color contains mainly: green. Hex color #2D7A2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D7A2D is #D285D2. Grayscale: #5A5A5A. Windows color (decimal): -13796819 or 2980397. OLE color: 2980397.

HSL color Cylindrical-coordinate representation of color #2D7A2D: hue angle of 120º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2D7A2D is Cyan = 0.63, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.52.

Color convert

RGB 45 122 45 -
CMYK 0.63 0 0.63 0.52
HSL 120º 0.46% 0.33% -
HSV(B) 120º 0.63% 0.48% -
XYZ 8.52 14.67 4.86 -
YUV 90.2 102.49 95.76 -
System Red Green Blue C M Y K H S L
Decimal 45 122 45 0.63 0 0.63 0.52 120 0.46 0.33
Hex 2D 7A 2D 3F 0 3F 34 78 2E 21
Octal 55 172 55 77 0 77 64 170 56 41
Binary 101101 1111010 101101 111111 0 111111 110100 1111000 101110 100001

Color Harmonies of #2D7A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D7A2D

Black with #2D7A2D

Text Example


Text Example

White with #2D7A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,122,45); }

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

background-color css

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

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

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

border-color css

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

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

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