Html Css Color HEX #267A2A Japanese Laurel

📋 copy color: '#267A2A'

red 38 ◦ green 122 ◦ blue 42

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

Shades of Japanese Laurel #267A2A

Tints of Japanese Laurel #267A2A

RGB

 RED value IS 38 (15.23% from 255) = 18.81%

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

 BLUE value IS 42 (16.8% from 255) = 20.79%

R = 18.81%
G = 60.4%
B = 20.79%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.66

 K value IS 0.52

RGB Variations

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

Color information

#267A2A (or 0x267A2A) is known color: Japanese Laurel. HEX triplet: 26, 7A and 2A. RGB value is (38,122,42). Sum of RGB (Red+Green+Blue) = 38+122+42=202 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.81% from 202); Green value is 122 (48.05% from 255 or 60.40% from 202); Blue value is 42 (16.80% from 255 or 20.79% from 202); Max value from RGB is 122 - color contains mainly: green. Hex color #267A2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267A2A is #D985D5. Grayscale: #585858. Windows color (decimal): -14255574 or 2783782. OLE color: 2783782.

HSL color Cylindrical-coordinate representation of color #267A2A: hue angle of 122.86º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #267A2A is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.52.

Color convert

RGB 38 122 42 -
CMYK 0.69 0 0.66 0.52
HSL 122.86º 0.53% 0.31% -
HSV(B) 122.86º 0.69% 0.48% -
XYZ 8.18 14.5 4.56 -
YUV 87.76 102.17 92.5 -
System Red Green Blue C M Y K H S L
Decimal 38 122 42 0.69 0 0.66 0.52 122.86 0.53 0.31
Hex 26 7A 2A 45 0 42 34 7B 34 1F
Octal 46 172 52 105 0 102 64 173 64 37
Binary 100110 1111010 101010 1000101 0 1000010 110100 1111011 110100 11111

Color Harmonies of #267A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267A2A

Black with #267A2A

Text Example


Text Example

White with #267A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267A2A; }

 p { color: rgb(38,122,42); }

 H1.HeaderClassName
 {
   color: #267A2A;
 }
 .AnyTagClassName
 {
   color: #267A2A;
 }
</style>

background-color css

<style>
 a { background-color: #267A2A; }

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

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

border-color css

<style>
 span { border-color: #267A2A; }

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

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