Html Css Color HEX #227A2B Japanese Laurel

📋 copy color: '#227A2B'

red 34 ◦ green 122 ◦ blue 43

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

Shades of Japanese Laurel #227A2B

Tints of Japanese Laurel #227A2B

RGB

 RED value IS 34 (13.67% from 255) = 17.09%

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

 BLUE value IS 43 (17.19% from 255) = 21.61%

R = 17.09%
G = 61.31%
B = 21.61%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.65

 K value IS 0.52

RGB Variations

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

Color information

#227A2B (or 0x227A2B) is known color: Japanese Laurel. HEX triplet: 22, 7A and 2B. RGB value is (34,122,43). Sum of RGB (Red+Green+Blue) = 34+122+43=199 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.09% from 199); Green value is 122 (48.05% from 255 or 61.31% from 199); Blue value is 43 (17.19% from 255 or 21.61% from 199); Max value from RGB is 122 - color contains mainly: green. Hex color #227A2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #227A2B is #DD85D4. Grayscale: #565656. Windows color (decimal): -14517717 or 2849314. OLE color: 2849314.

HSL color Cylindrical-coordinate representation of color #227A2B: hue angle of 126.14º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #227A2B is Cyan = 0.72, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.52.

Color convert

RGB 34 122 43 -
CMYK 0.72 0 0.65 0.52
HSL 126.14º 0.56% 0.31% -
HSV(B) 126.14º 0.72% 0.48% -
XYZ 8.06 14.43 4.65 -
YUV 86.68 103.35 90.42 -
System Red Green Blue C M Y K H S L
Decimal 34 122 43 0.72 0 0.65 0.52 126.14 0.56 0.31
Hex 22 7A 2B 48 0 41 34 7E 38 1F
Octal 42 172 53 110 0 101 64 176 70 37
Binary 100010 1111010 101011 1001000 0 1000001 110100 1111110 111000 11111

Color Harmonies of #227A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227A2B

Black with #227A2B

Text Example


Text Example

White with #227A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #227A2B; }

 p { color: rgb(34,122,43); }

 H1.HeaderClassName
 {
   color: #227A2B;
 }
 .AnyTagClassName
 {
   color: #227A2B;
 }
</style>

background-color css

<style>
 a { background-color: #227A2B; }

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

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

border-color css

<style>
 span { border-color: #227A2B; }

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

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