Html Css Color HEX #2A7023 Japanese Laurel

📋 copy color: '#2A7023'

red 42 ◦ green 112 ◦ blue 35

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

Shades of Japanese Laurel #2A7023

Tints of Japanese Laurel #2A7023

RGB

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

 GREEN value IS 112 (44.14% from 255) = 59.26%

 BLUE value IS 35 (14.06% from 255) = 18.52%

R = 22.22%
G = 59.26%
B = 18.52%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#2A7023 (or 0x2A7023) is known color: Japanese Laurel. HEX triplet: 2A, 70 and 23. RGB value is (42,112,35). Sum of RGB (Red+Green+Blue) = 42+112+35=189 (25% of max value = 765). Red value is 42 (16.80% from 255 or 22.22% from 189); Green value is 112 (44.14% from 255 or 59.26% from 189); Blue value is 35 (14.06% from 255 or 18.52% from 189); Max value from RGB is 112 - color contains mainly: green. Hex color #2A7023 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7023 is #D58FDC. Grayscale: #525252. Windows color (decimal): -13995997 or 2322474. OLE color: 2322474.

HSL color Cylindrical-coordinate representation of color #2A7023: hue angle of 114.55º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A7023 is Cyan = 0.62, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.56.

Color convert

RGB 42 112 35 -
CMYK 0.62 0 0.69 0.56
HSL 114.55º 0.52% 0.29% -
HSV(B) 114.55º 0.69% 0.44% -
XYZ 7.05 12.2 3.57 -
YUV 82.29 101.31 99.26 -
System Red Green Blue C M Y K H S L
Decimal 42 112 35 0.62 0 0.69 0.56 114.55 0.52 0.29
Hex 2A 70 23 3E 0 45 38 73 34 1D
Octal 52 160 43 76 0 105 70 163 64 35
Binary 101010 1110000 100011 111110 0 1000101 111000 1110011 110100 11101

Color Harmonies of #2A7023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7023

Black with #2A7023

Text Example


Text Example

White with #2A7023

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,112,35); }

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

background-color css

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

 a { background-color: rgb(42,112,35); }

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

border-color css

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

 span { border-color: rgb(42,112,35); }

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